michalfaber / tensorflow_Realtime_Multi-Person_Pose_Estimation

Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Other
215 stars 65 forks source link

Not able to find 'weights.best.h5' weights #12

Open Kartikaeya opened 4 years ago

Kartikaeya commented 4 years ago

The test_pose_vgg.ipynb Notebook loads weights from 'weights.best.h5'. The dropbox link contains the weights for the mobilenet model, but I wasn't able to find any h5 file named 'weights.best.h5'. Also, the weights from the previous repo are not compatible with the current version.

Sorry If I missed something too trivial. I am new to DL.

Thanks