jd-rodriguezp1234 commited on
Commit
6de6ed7
·
verified ·
1 Parent(s): e711768

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -10,11 +10,20 @@ pipeline_tag: text-to-3d
10
  # Datasets and models for Shap-MeD
11
  Please refer to the following links to understand how to use it:
12
  - [Shap-MeD Article](https://arxiv.org/abs/2503.15562): Theoretical foundation of the project.
13
- - [Shap-MeD repository](https://github.com/jd-rodriguezp1234/Shap-MeD/tree/main/dataset): This repository contains the code and instructions you want to use these files directly.
14
 
15
  ## Abstract
16
  We present Shap-MeD, a text-to-3D object generative model specialized in the biomedical domain. The objective of this study is to develop an assistant that facilitates the 3D modeling of medical objects, thereby reducing development time. 3D modeling in medicine has various applications, including surgical procedure simulation and planning, the design of personalized prosthetic implants, medical education, the creation of anatomical models, and the development of research prototypes. To achieve this, we leverage Shap-e, an open-source text-to-3D generative model developed by OpenAI, and fine-tune it using a dataset of biomedical objects. Our model achieved a mean squared error (MSE) of 0.089 in latent generation on the evaluation set, compared to Shap-e's MSE of 0.147. Additionally, we conducted a qualitative evaluation, comparing our model with others in the generation of biomedical objects. Our results indicate that Shap-MeD demonstrates higher structural accuracy in biomedical object generation
17
 
 
 
 
 
 
 
 
 
 
18
  ## How to cite
19
  Please cite by using the next Bibtex citation:
20
  ```
 
10
  # Datasets and models for Shap-MeD
11
  Please refer to the following links to understand how to use it:
12
  - [Shap-MeD Article](https://arxiv.org/abs/2503.15562): Theoretical foundation of the project.
13
+ - [Shap-MeD repository](https://github.com/jd-rodriguezp1234/Shap-MeD/): This repository contains the code and instructions you want to use these files directly.
14
 
15
  ## Abstract
16
  We present Shap-MeD, a text-to-3D object generative model specialized in the biomedical domain. The objective of this study is to develop an assistant that facilitates the 3D modeling of medical objects, thereby reducing development time. 3D modeling in medicine has various applications, including surgical procedure simulation and planning, the design of personalized prosthetic implants, medical education, the creation of anatomical models, and the development of research prototypes. To achieve this, we leverage Shap-e, an open-source text-to-3D generative model developed by OpenAI, and fine-tune it using a dataset of biomedical objects. Our model achieved a mean squared error (MSE) of 0.089 in latent generation on the evaluation set, compared to Shap-e's MSE of 0.147. Additionally, we conducted a qualitative evaluation, comparing our model with others in the generation of biomedical objects. Our results indicate that Shap-MeD demonstrates higher structural accuracy in biomedical object generation
17
 
18
+ ## Files
19
+ These are the dataset and model files in this repository. However it is heavily encouraged to read the [Shap-MeD repository](https://github.com/jd-rodriguezp1234/Shap-MeD/) README to use them.
20
+
21
+ ### shap-med-dataset.tar.gz
22
+ This file contains the latent **.pt** files required to train the Shap-e model.
23
+
24
+ ### shap-med-models.tar.gz
25
+ This file contains the trained **.pt** models required to generate meshes from text.
26
+
27
  ## How to cite
28
  Please cite by using the next Bibtex citation:
29
  ```