shreyashampali / HOnnotate

CVPR2020. HOnnotate: A method for 3D Annotation of Hand and Object Poses
https://www.tugraz.at/index.php?id=40231
GNU General Public License v3.0
166 stars 15 forks source link

AttributeError: 'PerspectiveCamera' object has no attribute 'set_projection_matrix' #1

Closed halcyon370 closed 4 years ago

halcyon370 commented 4 years ago

When I run handObjectRefinementMultiframe.py, I encountered this error: AttributeError: 'PerspectiveCamera' object has no attribute 'set_projection_matrix'. How to solve it?

halcyon370 commented 4 years ago

Thanks for fixing this problem. By the way, I found the result of "Hand pose initialization" in handInit/0/globalFit folder is not good. Is there something wrong?

01643

shreyashampali commented 4 years ago

image This seems to work well on my setup. A set of random frames with different views of the hand are chosen for obtaining the initialization of the hand pose. Can you try deleting/renaming the handInit folder and running the initialization script again? may be the set of chosen frames in your earlier run was not good.

shreyashampali commented 4 years ago

Closing since there is no activity here