-
Notifications
You must be signed in to change notification settings - Fork 236
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
I don't know why the point cloud checked by the DSOviewer is different from the point cloud of the saved output ply file. #63
Comments
Hi @beepbeep08. Have I understood you correctly that you are referring to the differences between a pointcloud visualized by DSOViewer and a pointcloud saved in PLY file? If so, please note that DSOViewer filters points with high depth variance for visualization (see arguments in refreshPC function call). I presume if you apply the same thresholds while saving PLY file, your pointclouds would be the same. |
Hello,@mgladkova. Thanks for answer. I apply the same thresholds while saving PLY file, but Nothing has changed. What else can I do? |
That's quite strange, indeed, but we can try to debug it together.
|
1.i call the function to save a pointcloud at same section like one for TUM Mono sequences.
|
Thank you for the information! I have tried to visualize your map_out_final.ply file in meshlab and I can see a pointcloud of more than 10 points (meshlab reports 76668 vertices). The coordinate system of 3D points is local to the first camera pose, since the latter is assigned to an identity transformation. Nevertheless, in meshlab you can transform the pointcloud using Manipulations tool, which includes rotation, translation and scale of your choice. |
Has anyone solved this problem? |
is it possible to solve this problem by modify the code ? or how could i solve this problem? |
I don't know why the point clouds checked by the DSOviewer and the point cloud of the saved output ply file is different.
the point cloud checked by the DSOviewer is perfect, but output ply file is not.
It even seemed that only two points were saved.The number of lines stored and cnt_point(kf->numPoints()) is the same. and I checked output ply file through the point cloud viewer tool Meshlab .
Why is all the data stored so differently? my data have loop closing.The number of lines stored ply file and cnt_point is the same.
please help me.
The text was updated successfully, but these errors were encountered: