SteveImmanuel / SegGPT-FineTune

Fine-tune SegGPT model with custom datasets
MIT License
27 stars 3 forks source link

1 #9

Closed segnaro9 closed 2 months ago

SteveImmanuel commented 2 months ago

Yes of course!

segnaro9 commented 2 months ago

So do I need to make some additional adjustments with your code? thank you so much

SteveImmanuel commented 2 months ago

If your data follows this format, then you simply need to create the config file specific for your dataset (refer to configs/base.json as template). Otherwise, you need to implement the dataloader for your dataset.