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

ValueError: Surface level must be within volume data range #47

Open
Chenswn opened this issue Jul 15, 2024 · 0 comments
Open

ValueError: Surface level must be within volume data range #47

Chenswn opened this issue Jul 15, 2024 · 0 comments

Comments

@Chenswn
Copy link

Chenswn commented Jul 15, 2024

Excuse me everyone, I encountered the following error while rebuilding using my own dataset:
Traceback (most recent call last): File "D:/Learning_Tool/Pycharm/Project/TSDF/demo.py", line 72, in <module> point_cloud = tsdf_vol.get_point_cloud() File "D:\Learning_Tool\Pycharm\Project\TSDF\fusion.py", line 307, in get_point_cloud verts = measure.marching_cubes_lewiner(tsdf_vol, level=0)[0] File "D:\Learning_Tool\AnacondaEP\envs\Realsense\lib\site-packages\skimage\measure\_marching_cubes_lewiner.py", line 129, in marching_cubes_lewiner raise ValueError("Surface level must be within volume data range.") ValueError: Surface level must be within volume data range.
I would be extremely grateful if anyone could provide some suggestions or methods for a solution?

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

1 participant