pose-tensorflow
pose-tensorflow copied to clipboard
with open(inFile) as data_file: FileNotFoundError: [Errno 2] No such file or directory: 'predictions_with_segm.json'
[jalal@goku pose-tensorflow]$ python eval_mscoco.py
loading annotations into memory...
Done (t=3.97s)
creating index...
index created!
Traceback (most recent call last):
File "eval_mscoco.py", line 64, in <module>
cocoGT, cocoPred = eval_init(cfg)
File "eval_mscoco.py", line 44, in eval_init
predFile = apply_threhsold(inFile, threshold)
File "eval_mscoco.py", line 17, in apply_threhsold
with open(inFile) as data_file:
FileNotFoundError: [Errno 2] No such file or directory: 'predictions_with_segm.json'
Can you please upload the file named 'predictions_with_segm.json'? Thanks
pay attention to the relative path