moberweger / deep-prior-pp

Improving Fast And Accurate 3D Hand Pose Estimation
GNU General Public License v3.0
144 stars 40 forks source link

change the nunber of joint #20

Closed mbmamin1996 closed 6 years ago

mbmamin1996 commented 6 years ago

hi in your code how in can change the number of joints ?? tanks for sharing your code

moberweger commented 6 years ago

You can change the number of joints by providing a dataset with corresponding annotations. Therefore, you need to modify the importer, and the handposeevaluation.

mbmamin1996 commented 6 years ago

thanks alot i have another qustion please help me when i was run a code that need the caffe2 i have this Traceback (most recent call last): File "test_spatial_narrow_as_op.py", line 16, in from caffe2.proto import caffe2_pb2 ImportError: No module named caffe2.proto

i used python 2 and ubuntu 16 i install caffe2 but i have this error yet

moberweger commented 6 years ago

caffe2 is not necessary for this project. If you have a problem with caffe2, please ask your question in the appropriate forum.