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?
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.ymlsuch 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?