SysCV / sam-hq

Segment Anything in High Quality [NeurIPS 2023]
https://arxiv.org/abs/2306.01567
Apache License 2.0
3.66k stars 220 forks source link

May i ask if there is a way to use dcm image to train the model? If its available, what should i do. #97

Open Ryanye2000 opened 10 months ago

Ryanye2000 commented 10 months ago

May i ask if there is a way to use dcm image to train the model? If its available, what should i do. Do i have to modify dataloader.py or something?

lkeab commented 10 months ago

Yes, you need to replace our HQ-Seg-44K training data into your own and modified the dataloader accordingly.

Ryanye2000 commented 10 months ago

OK I will try, thx a lot