Luffy03 / Large-Scale-Medical

[CVPR 2024 Extension] 160K volumes (42M slices) datasets, new segmentation datasets, 31M-1.2B pre-trained models, various pre-training recipes, 50+ downstream tasks implementation
Apache License 2.0
100 stars 7 forks source link

Image Segmention #3

Closed NirvanaChan closed 3 weeks ago

NirvanaChan commented 1 month ago

Can I use this pre-trained model to segment unlabeled images? Does it support point prompts or text prompts?

Luffy03 commented 1 month ago

Hi, thanks for your attention to our work and sorry for my late reply. Sure you can use our models to segment unlabeled images, you can use the template as test.py to predict the images, and the output format as VoComni.json. But if you want to predict some specific types of tumors, I recommend you to finetune with some downstream datasets since the pre-trainind models also need finetuning. For point prompts or text prompts, I apologize for any confusion. This work is intended for backbone pretraining and is not compatible with SAM-based models, thus ours do not support prompts.

Luffy03 commented 3 weeks ago

Hi, I would like to close this issue. Feel free to raise any issues if you have any other problems.