eldar / pose-tensorflow

Human Pose estimation with TensorFlow framework
GNU Lesser General Public License v3.0
1.14k stars 384 forks source link

with open(inFile) as data_file: FileNotFoundError: [Errno 2] No such file or directory: 'predictions_with_segm.json' #76

Open monajalal opened 6 years ago

monajalal commented 6 years ago
[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

cyndi088 commented 5 years ago

pay attention to the relative path