blumenstiel / MESS

Benchmark for Multi-domain Evaluation of Semantic Segmentation
MIT License
41 stars 4 forks source link

how to use the indomain folder? #6

Open ChunmengLiu1 opened 5 months ago

ChunmengLiu1 commented 5 months ago

Hi, thank you for your good job!

How can I use the indomain folder? I want to test the indomain results on Grounded-SAM.

blumenstiel commented 4 months ago

You can follow the description here: https://github.com/blumenstiel/MESS/tree/main/in_domain

Afterwards you can register the datasets with: import in_domain.datasets

ChunmengLiu1 commented 4 months ago

Thank you so much! I solved it!