LiMeng95 / MultiPoseNet.pytorch

pytorch implementation of MultiPoseNet (ECCV 2018, Muhammed Kocabas et al.)
196 stars 32 forks source link

About the model used to test the entire network #10

Closed genius9527 closed 6 years ago

genius9527 commented 6 years ago

Thank you very much for your answer.If I want to use multipose_coco_eval.py to evaluate the performance of the entire network, which model should be loaded. Is it the last model trained by multipose_prn_train.py?

LiMeng95 commented 6 years ago

@genius9527 hi, Yes, we trained the final model using 'multipose_prn_train.py'. And the checkpoint file used in 'multipose_prn_train.py' is from 'multipose_detection_train.py'

genius9527 commented 6 years ago

OK.Is the checkpoint file used in 'multipose_detection_train.py' is from 'multipose_keypoint_train.py‘?

LiMeng95 commented 6 years ago

@genius9527 , Yes, you're right

OK.Is the checkpoint file used in 'multipose_detection_train.py' is from 'multipose_keypoint_train.py‘?