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
168 stars 16 forks source link

pyrender PerspectiveCamera #11

Open joy-yjl opened 3 years ago

joy-yjl commented 3 years ago

When I run python objectTrackingSingleFrame.py --seq 'test' --doPyRender. I found that 'self.camera.projMatrix = elements' in vis.py is useless. PerspectiveCamera can not set the Intrinsics. I change it to IntrinsicsCamera slove the problem.

anjugopinath commented 3 years ago

Hi, I am getting the following error: $ cmake --version cmake: /usr/local/gcc-5.4.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.26' not found (required by cmake) cmake: /usr/local/gcc-5.4.0/lib64/libstdc++.so.6: version GLIBCXX_3.4.22' not found (required by cmake) cmake: /usr/local/gcc-5.4.0/lib64/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /lib64/libjsoncpp.so.22)**

I checked with the admin and he said that I am using a very old version of GCC, and the glibstdc++ in that version does not provide GLIBCXX_3.4.26 The highest version it provides is: GLIBCXX_3.4.21.

I am not sure how to proceed as I installed Tensorflow(1.12) and python(3.5) as suggested in the project website. These versions are compatible with cuda 9.0 and gcc versions less than or equal to 6, which gives the error.