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

Inability to efficiently generate mesh and render video #48

Closed
chenyuhan1997 opened this issue Jan 1, 2025 · 2 comments
Closed

Inability to efficiently generate mesh and render video #48

chenyuhan1997 opened this issue Jan 1, 2025 · 2 comments

Comments

@chenyuhan1997
Copy link

While experimenting with your code, I found that there is no way to efficiently generate the mesh and render the video.
I debugged the code and found that this line of code in render.py is not executed
image
I continued to look for problems with the code, and I found that this part of the code in mesh_utils.py is not running
image
Eventually I found the code segment that was causing the problem
image
Can you help me see what exactly is wrong with this?

@kairunwen
Copy link
Contributor

While experimenting with your code, I found that there is no way to efficiently generate the mesh and render the video.
I debugged the code and found that this line of code in render.py is not executed

@chenyuhan1997 Hi, when you were debugging, did you set --eval to false?

@chenyuhan1997
Copy link
Author

While experimenting with your code, I found that there is no way to efficiently generate the mesh and render the video.
I debugged the code and found that this line of code in render.py is not executed

@chenyuhan1997 Hi, when you were debugging, did you set --eval to false?

Thank you for your response. I discovered the issue was caused by a compatibility problem between Open3D and NumPy versions, which led to a silent interruption without an error message. I appreciate your assistance.

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

3 participants