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

Questions about Training Step 2.1 Dump the point clouds with features #8

Open
Cindy0725 opened this issue Jun 19, 2024 · 2 comments
Open

Comments

@Cindy0725
Copy link

Hi, it's great and interesting work!
I am trying to reproduce your result following your training steps. But I encountered some problems when dumping the point clouds with features. After running the command below, I can't find the location of xxxxxxxx_vert.npy
1718801389782

The only output file I can find is scenexxxx_xx/scenexxxx_xx_bbox_raw.npz. I find nothing in the MIDDLE_SAVE_PATH. I think I follow the instruction step by step. Could you help with this problem? Thank you very much!

@Cindy0725
Copy link
Author

It seems that the problem comes from:
1718805194738
And the invalid info comes from


1718805483349
Is the code in the try-except part necessary? Can I skip the post_process function here and directly call self.save_middle_result?

@Cindy0725
Copy link
Author

Bug solved by degrading the skimage package to 0.16.2 since skimage 0.19.x doesn't contain the marching_cubes_lewiner function anymore.

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