varora commited on
Commit
fcd8b7f
1 Parent(s): 35315d1
Files changed (2) hide show
  1. README.md +7 -3
  2. extras/hit_dataset.png +0 -0
README.md CHANGED
@@ -45,7 +45,8 @@ tags:
45
  ### Dataset Summary
46
  The HIT dataset is a structured dataset of paired observations of body's inner tissues and the body surface. More concretely, it is a dataset of paired full-body volumetric segmented (bones, lean, and adipose tissue) MRI scans and SMPL meshes capturing the body surface shape for male (N=157) and female (N=241) subjects respectively. This is relevant for medicine, sports science, biomechanics, and computer graphics as it can ease the creation of personalized anatomic digital twins that model our bones, lean, and adipose tissue.
47
  Dataset acquistion: We work with scans acquired with a 1.5 T scanner (Magnetom Sonata, Siemens Healthcare) following a standardized protocol for whole body adipose tissue topography mapping. All subjects gave prior informed written consent and the study was approved by the local ethics board. Each scan has around 110 slices, slightly varying depending on the height of the subject. The slice resolution is 256 × 192, with an approximate voxel size of 2 × 2 × 10 mm. These slices are segmented into bones, lean, and adipose tissue by leveraging initial automatic segmentations and manual annotations to train and refine nnUnets with the help of human supervision. For each subject, we then fit the SMPL body mesh to the surface of the segmented MRI in a manner that captures the flattened shape of subjects in their lying positions on belly in the scanner (refer to Sec 3.2 in main paper for further details). Therefore for each subject, we provide the MRI segmented array and the SMPL mesh faces and vertices (in addition to the SMPL parameters).
48
- ![alt text](extras/hit_dataset.png)
 
49
 
50
  ### Supported Tasks and Leaderboards
51
  HIT fosters a new direction and therefore there aren't any exisiting Benchmarks. We encourage the use of the dataset to open up new tasks and research directions.
@@ -74,14 +75,17 @@ Download `vis_hit_sample.py` from the repo or `git clone https://huggingface.co/
74
  ```angular2html
75
  pip install datasets, open3d, pyvista
76
  ```
 
77
  ```angular2html
78
  python vis_hit_sample.py --gender male --split test --idx 5 --show_skin
79
  ```
80
- ![alt text](extras/vis_script_output.png)
 
 
81
  ```angular2html
82
  python vis_hit_sample.py --gender male --split test --idx 5 --show_tissue
83
  ```
84
- ![alt text](extras/tissue_slice_frontal.png)
85
 
86
  ## Dataset Structure
87
  The dataset is structured as follows:
 
45
  ### Dataset Summary
46
  The HIT dataset is a structured dataset of paired observations of body's inner tissues and the body surface. More concretely, it is a dataset of paired full-body volumetric segmented (bones, lean, and adipose tissue) MRI scans and SMPL meshes capturing the body surface shape for male (N=157) and female (N=241) subjects respectively. This is relevant for medicine, sports science, biomechanics, and computer graphics as it can ease the creation of personalized anatomic digital twins that model our bones, lean, and adipose tissue.
47
  Dataset acquistion: We work with scans acquired with a 1.5 T scanner (Magnetom Sonata, Siemens Healthcare) following a standardized protocol for whole body adipose tissue topography mapping. All subjects gave prior informed written consent and the study was approved by the local ethics board. Each scan has around 110 slices, slightly varying depending on the height of the subject. The slice resolution is 256 × 192, with an approximate voxel size of 2 × 2 × 10 mm. These slices are segmented into bones, lean, and adipose tissue by leveraging initial automatic segmentations and manual annotations to train and refine nnUnets with the help of human supervision. For each subject, we then fit the SMPL body mesh to the surface of the segmented MRI in a manner that captures the flattened shape of subjects in their lying positions on belly in the scanner (refer to Sec 3.2 in main paper for further details). Therefore for each subject, we provide the MRI segmented array and the SMPL mesh faces and vertices (in addition to the SMPL parameters).
48
+
49
+ <img src="extras/hit_dataset.png" alt="alt text" width="300">
50
 
51
  ### Supported Tasks and Leaderboards
52
  HIT fosters a new direction and therefore there aren't any exisiting Benchmarks. We encourage the use of the dataset to open up new tasks and research directions.
 
75
  ```angular2html
76
  pip install datasets, open3d, pyvista
77
  ```
78
+ #### Visualize mesh and pointcloud
79
  ```angular2html
80
  python vis_hit_sample.py --gender male --split test --idx 5 --show_skin
81
  ```
82
+ <img src="extras/vis_script_output.png" alt="alt text" width="300">
83
+
84
+ #### Visualize tissue slice
85
  ```angular2html
86
  python vis_hit_sample.py --gender male --split test --idx 5 --show_tissue
87
  ```
88
+ <img src="extras/tissue_slice_frontal.png" alt="alt text" width="300">
89
 
90
  ## Dataset Structure
91
  The dataset is structured as follows:
extras/hit_dataset.png CHANGED

Git LFS Details

  • SHA256: d43be8610dd2efe2e05384dee8bb07893ae2f50fe82c8639648ae6c776a7c18c
  • Pointer size: 131 Bytes
  • Size of remote file: 515 kB