You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: