Replies: 4 comments 7 replies
-
The problem is that the masks you generate for the towers are not very accurate (they do have very few false positives, but a lot of false negatives) so they mise a lot of the real tower structure and you can not use them directly. Therefor these masks should be used in my opinion only for view neighbor selection during depth-map estimation, but otherwise the depth-map estimation itself to be done on the entire image. These would be the best approach here, but would require some code customization. An other solution, sub-optimal but could work well enough, is to run in tower mode: |
Beta Was this translation helpful? Give feedback.
-
There are missing images (used in scene.mvs but missing from the images folder), and you should not add the mask png images from images folder to scene.mvs as separate images. Also, I suggest you use the same black/white mask for OpenMVG, and not a crop of the RGB image. The idea is to use feautres only from the tower structure, and not from the background, so that the tower pointcloud is optimized. |
Beta Was this translation helpful? Give feedback.
-
Hello @cdcseacave , I've uploaded a new set of images and new-computed masks to the Google Drive, could you please have a look at it and tell me if they are good enough for the point cloud reconstruction? Also should I use those masks in the OpenMVG as well, or just in the DensifyPointCloud process. https://drive.google.com/drive/folders/1b2p9Kq46jmrdfiSmmo4WfZ9itrzDdYkl?usp=sharing Thanks for the effort. |
Beta Was this translation helpful? Give feedback.
-
Hey @cdcseacave, sorry for bothering you, I have been using the Line3Dpp to see if the features are extracted smoothly, and I got the following results: It seemts that the Attached you can see the output of the Thanks for this, hoping to hear from you back on this matter, Sorry for all the inconveniences Best |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
First of all, thanks for this awesome project, has helped me a lot in diverse ways.
I need help in the reconstrucion of a point cloud given a set of images taken by a drone. The images are mainly from electrical poles where the done goes and takes a set of pictures. I've also prepared and AI that identifies the tower in the images, and generates a mask per images. Find an example below this paragraph.
My question is which parameters should I use when using DensifiyPointCloud.cpp, cause I have got some results like this
How should I refine the parameters, and also if there is anyway to identify which best parameters could be used depending on the scenario given by the dataset, just for automatically do this process if there is a way.
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions