-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Export pointcloud #266
Comments
Does the depth maps look correct? |
I'm not 100% sure how they should look, here's 3 of them out of 94 (exposure adjusted): https://i.imgur.com/pZarybY.jpg |
The sparse point cloud is saved in ./MeshroomCache/StructureFromMotion/[hash]/cloud_and_poses.abc (or .ply if configured in the SfM node setting named "Inter File Extension"). I believe the dense point cloud is stored in ./MeshroomCache/Meshing/[hash]/denseReconstruction.bin, however I'm not sure if that binary format is anything that another software can read. |
I want to emphasis how important this is to be able to export the dense point cloud to a standard point cloud file format. There are many cases you do not want to work with the mesh but with a dense point cloud. Web visualization with Potree for example, input to the point cloud to make analysis, build TIN terrain model, etc... in an enginerring application. |
+1 for being able to export point clouds |
You can use the vertices of the OBJ and you will get the same points than in the bin format. The bin format is only useful to get the visibility information of each vertex. It's not in our roadmap, but as it's easy to do, we will probably add something for that. |
an ascii pts file, space separated, with X Y Z Intensity Red Green Blue would be great!, (set intensity to 0 as it is not defined...) Alternatively the .LAS file format specs is available here... but I guess it is more complex to implement ? Great works guys !!! |
Actually, I just found out that .ply files can be exported just fine. It's just not obvious: Does that help ? |
I also wish there was a Dense Point cloud option instead of Mesh, with the option to colorize the cloud. |
Plus one here. I need to produce colorized point clouds instead of meshes. |
I agree 100 percent
…On Thu., Apr. 11, 2019, 8:08 p.m. Hector Centeno, ***@***.***> wrote:
I also wish there was a Dense Point cloud option instead of Mesh, with the
option to colorize the cloud.
Plus one here. I need to produce colorized point clouds instead of meshes.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AnrSnSNIu7Lgt0n9e8WeDdhS9EsfuSjcks5vf85rgaJpZM4XHkrC>
.
|
Point cloud export #382 |
Now available with the 2020 release. |
My reconstruction looks good in the sparse point cloud preview in the viewport, but reconstructed mesh turns out totally broken. Is there any way to export dense (or even sparse) point cloud?
The text was updated successfully, but these errors were encountered: