Skip to content

Skin3D: Detection and Longitudinal Tracking of Pigmented Skin Lesions in 3D Total-Body Textured Meshes

License

Notifications You must be signed in to change notification settings

jeremykawahara/skin3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin3D

Skin3D Graphical Abstract

Paper | Arxiv | DOI | Video

This is the official code repository for our paper, "Skin3D: Detection and Longitudinal Tracking of Pigmented Skin Lesions in 3D Total-Body Textured Meshes", published in Medical Imaging Analysis, 2021.

In this work, we propose an automated approach to detect and longitudinally track skin lesions on the skin surface of 3D total-body scans. As there currently is no other large-scale publicly available dataset of 3D total-body skin lesions, we publicly release over 25,000 3DBodyTex manual annotations, which we hope will further encourage research on total-body skin lesion analysis.

This repo provides the data for 3DBodyTex bounding boxes annotations, and shows how to visualize and use the code in your project.

If you use the data or any part of the code, please consider citing our work, and the original 3DBodyTex dataset.

@article{zhao2022skin3d,
  title={Skin3D: Detection and longitudinal tracking of pigmented skin lesions in 3D total-body textured meshes},
  author={Zhao, Mengliu and Kawahara, Jeremy and Abhishek, Kumar and Shamanian, Sajjad and Hamarneh, Ghassan},
  journal={Medical Image Analysis},
  volume={77},
  pages={102329},
  year={2022},
  publisher={Elsevier}
}

Download the Meshes

The 3D total-body scans can be downloaded here: 3DBodyTex.v1. You need to sign an agreement in order to access the data. Once you get the data, you can start using skin3d.

NOTE: The bounding boxes provided by skin3d correspond to the high resolution meshes.

Installation Instructions

To use skin3d:

  1. Fill out the form to request and download 3DBodyTex.v1
  2. Clone this repository: git clone https://github.com/jeremykawahara/skin3d.git
  3. Navigate to the repository: cd skin3d
  4. Create a new environment using conda: conda create -n skin3d python=3.7
  5. Activate the environment: conda activate skin3d
  6. Install the requirements: pip install -r requirements.txt

How to Use Skin3D

We provide example notebooks to help explain the format of the data.

Folder Structure

This repository is structured as follows:

  • data/ contains the 25,000+ manual lesion annotations for 3DBodyTex
  • notebooks/ contains example notebooks that load and process the annotations
  • skin3d/ contains the Python package to load and process the annotations

Related Publications

If you use this data or code, please cite the following works:

Description of the annotated bounding boxes [pdf] [doi]:

@article{zhao2022skin3d,
  title={Skin3D: Detection and longitudinal tracking of pigmented skin lesions in 3D total-body textured meshes},
  author={Zhao, Mengliu and Kawahara, Jeremy and Abhishek, Kumar and Shamanian, Sajjad and Hamarneh, Ghassan},
  journal={Medical Image Analysis},
  volume={77},
  pages={102329},
  year={2022},
  publisher={Elsevier}
}

Description of the meshes [pdf] [doi]:

@inproceedings{saint20183dbodytex,
  title={3dbodytex: Textured 3d body dataset},
  author={Saint, Alexandre and Ahmed, Eman and Cherenkova, Kseniya and Gusev, Gleb and Aouada, Djamila and Ottersten, Bjorn and others},
  booktitle={2018 International Conference on 3D Vision (3DV)},
  pages={495--504},
  year={2018},
  organization={IEEE}
}

About

Skin3D: Detection and Longitudinal Tracking of Pigmented Skin Lesions in 3D Total-Body Textured Meshes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published