Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyrender PerspectiveCamera #11

Open
joy-yjl opened this issue Oct 30, 2020 · 1 comment
Open

pyrender PerspectiveCamera #11

joy-yjl opened this issue Oct 30, 2020 · 1 comment

Comments

@joy-yjl
Copy link

joy-yjl commented Oct 30, 2020

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants