NVlabs / FreeSOLO

FreeSOLO for unsupervised instance segmentation, CVPR 2022
Other
312 stars 32 forks source link

Not able to produce the results #10

Open h-aboutalebi opened 1 year ago

h-aboutalebi commented 1 year ago

Hi,

When I run bash test.sh {MODEL_PATH} and passing the weights of the downloaded trained model, I get the following error:

Loading and preparing results... Traceback (most recent call last): File "tools/eval_cocoapi.py", line 21, in cocoDt=cocoGt.loadRes(resFile) File "python3.7/site-packages/pycocotools/coco.py", line 319, in loadRes with open(resFile) as f: FileNotFoundError: [Errno 2] No such file or directory: 'training_dir/FreeSOLO_pl/inference/coco_instances_results.json'