lmb-freiburg / hand3d

Network estimating 3D Handpose from single color images
GNU General Public License v2.0
802 stars 252 forks source link

Updated weight files #7

Closed gsrujana closed 6 years ago

gsrujana commented 6 years ago

hand3d-master/nets/ColorHandPose3DNetwork.py", line 52, in init assert os.path.exists(file_name), "File not found." AssertionError: File not found.

Missing weight files : ./weights/handsegnet-rhd.pickle', './weights/posenet3d-rhd-stb-slr-finetuned.pickle'

gsrujana commented 6 years ago

I replaced with previous weight files weight_files = ['./weights/weights_HandSegNet.pickle', './weights/weights_Pose3D.pickle'] and it works perfectly. Thanks!

gsrujana commented 6 years ago

Please close this issue. I had the old weight files from before the repository updates! Thanks!