-
Notifications
You must be signed in to change notification settings - Fork 202
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
Something run when I run the code #11
Comments
Hi @Gatsby23, CMake seems to be using python 2.7 just right. It seems that that mono_tum is not loading the python module and that's the reason of the core dumped. Can you please check if the paths are correct ?. Depending the directory you are running the program from (e.g. ./Examples/Monocular or ./ ) this may change (e.g. ../../src/python or ./src/python). Make sure that the path the program is using is the correct one. |
OK! I really appreciate for your help! It can work now, but another question also bothering me that I can't see the point cloud? Have you publish the code about that ? |
Glad it helped! About the point cloud we did not released any code #8 . What we did is: first estimatingall camera poses and second we constructed the point cloud offline using RGB-D images plus the dynamic objects mask that we generate. You can try that if you want dense reconstruction. |
OK, I'll Try it ! |
@Gatsby23 你怎么修改的啊,,我也遇到这个问题了,请问你修改的路径是在哪个文件里面的? |
@Gatsby23 , 大兄弟, 问题解决了吗? 我也遇到了同样的问题 |
|
I'm sorry to bother you about the Compiling, but here is my problem.
The Check.py shows that it's good
and I correct the CMakeLists.txt to use the opencv2.4.11. It's wired it always shows that I haven't give the mode:
I also use the python2.7
Could please help me, It makes me crazy.
The text was updated successfully, but these errors were encountered: