Instructions to use KidsWithTokens/Medical-Adapter-Zoo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use KidsWithTokens/Medical-Adapter-Zoo with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("KidsWithTokens/Medical-Adapter-Zoo", set_active=True) - Notebooks
- Google Colab
- Kaggle
What dataset was used for training the Melanoma adapter?
Hello,
I would like to ask about the dataset used to train the "Melanoma_Photo_SAM_1024.pth" model in the Medical-Adapter-Zoo. Could you please share the details of the dataset, such as its source, preprocessing steps, or any specific annotations?
Thank you for your help!
Hello,
I would like to ask about the dataset used to train the "Melanoma_Photo_SAM_1024.pth" model in the Medical-Adapter-Zoo. Could you please share the details of the dataset, such as its source, preprocessing steps, or any specific annotations?Thank you for your help!
It was trained on ISIC dataset part 1 from https://challenge.isic-archive.com/data/, you can find a more detailed preprocessing steps in the example cases of https://github.com/SuperMedIntel/Medical-SAM-Adapter/blob/main/README.md.