lmb-freiburg / hand3d

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

Could you provide the weights files whcih generated by pickle dump in protocol 2 ? #3

Closed kyodaisuki closed 7 years ago

kyodaisuki commented 7 years ago

I had download the data files, weights_HandSegNet.pickle and weights_Pose3D.pickle. I encountered the error "ValueError: unsupported pickle protocol: 3" when using the python 2.7. The tensorflow package installed on my python 2.7,and I know that probably I reinstall tensorflow on python 3.5 maybe solve the issue. If you help me provide the weights files generated by pickle dump in protocol 2, it will help me a lot.

Thanks

zimmerm commented 7 years ago

I added the converted weights to the up to date data archive and replaced the link in the description. Here is the archive, which contains the python2 compatible pickles.

kyodaisuki commented 7 years ago

thank you!