mks0601 / TF-SimpleHumanPose

TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
336 stars 90 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'tmp_result_0.pkl' #27

Closed Emma0928 closed 5 years ago

Emma0928 commented 5 years ago

When the model on MPII has been trained by one GPU, I want to use test.py to evaluation the result. The error about some pkl files occurs while I didn't find any such files. Screenshot from 2019-06-06 15-46-231

mks0601 commented 5 years ago

The tmp_result_0.pkl is temporal output file which does not need to be prepared. For the MPII dataset, I did not implemented testing data loading part. Maybe you can implement it by modifying data/MPII/dataset.py

anhminh3105 commented 5 years ago

Hello, I am getting the same error when trying to run test.py with the 140 pre-trained epoch resnet50-coco model. Do you have any idea?