fudan-zvg / Semantic-Segment-Anything

Automated dense category annotation engine that serves as the initial semantic labeling for the Segment Anything dataset (SA-1B).
Apache License 2.0
2.1k stars 132 forks source link

How to use a custom dataset and different models for the Semantic head #50

Open OSSome01 opened 1 year ago

OSSome01 commented 1 year ago

How do I change the backbone to use a different backbone. I have a trained Segformer and Segmenter models, trained on my custom dataset, which I would like to use. Are there any pointers as to how I can change the dataset and model?

BellalaLv commented 4 months ago

Did you fix this? I have the same problem