mhamilton723 / STEGO

Unsupervised Semantic Segmentation by Distilling Feature Correspondences
MIT License
711 stars 142 forks source link

Postdam eval_segmentation.py returning ValueError: Unknown Dataset #95

Open COvert96 opened 2 months ago

COvert96 commented 2 months ago

Traceback (most recent call last): File "eval_segmentation.py", line 117, in my_app raise ValueError("Unknown Dataset {}".format(model.cfg.dataset_name)) ValueError: Unknown Dataset potsdam

After working through a number of environment issues after conda env create -f environment.yml such as pillow throwing DLL errors, I reinstalled most packages with pip.

Now I get this error, which seems to be because the model.cfg.dataset_name is only being checked against cocostuff and cityscapes? How are other people evaluating/reproducing the postdam results?