-
Notifications
You must be signed in to change notification settings - Fork 40
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
How to export the point cloud (like .ply file) at inference step? #10
Comments
hi @FrozenBurning, the |
Thanks for your interest in our work. Some possible ways to get 3D mesh by using our model: 1) run Marching Cubes at the output of our volumetric renderer (
It would be great if you could specify the .npy file you've mentioned. AFAIK, we do not save .npy for 3D representation at inference time. Thanks! |
@FrozenBurning, glad to see your reply, per method 1 you mentioned, can we regard the variable |
I feel like we should use
Regarding the |
thanks a lot, i will give it a try after i get enough hardware resource to run. |
hey @FrozenBurning , |
BTW, I also try to perform the poisson reconstruction using output images per your method 2, but the recon process using img also require RGBD dataset(per open3d intro) while our output only have the RGB img and miss the depth one. |
I take a look to given introduction, there is only png photo exportion at inference step. Is it possible to convert and export 3D mesh file by using SceneDreamer?
The text was updated successfully, but these errors were encountered: