I will be posting some of results while processing large number of images. I hope other who are processing large dataset may find it useful
Thanks
Project 1(Kanpur)
Processing 1775 images 24MP each.
Camera - Sony A6000
Type - Corridor
PC - Ryzen 1700X, 32 GB Ram
OpenMVG -1.3 Global SFM
My Pipeline -
Problems-
Possible solutions-
SFM report.
SfMReconstruction_Report.html.zip
Python Command
SfM_Global_mvs.txt
Project1(Kanpur)
Solution 1 ( Splitting Images into ~200 images clusters)
Results -
Project2 (Agartala)
Images - 1026 20MP each
Camera - Phantom 4 Pro
Type - Corridor
PC - Ryzen 1700X
SFM Reults
OpenMVG - 1.3 Global SFM
SFM Report -
SFM_Report.zip
Reprojection Error - 0.48
Meshlab Screenshot
Error between GPS X,Y,Z and SFM Computed X,Y,Z
Error.zip
Thx you very much for the sharing. Appreciated!
Your results seems pretty encouraging!
Project3 (Jabalpur)
Images - 3601, 24MP each
Camera - Sony A6000
Type - Grid
Area - 6.5Km2
PC - Ryzen 1700X
SFM Reults - No bowl
OpenMVG - 1.3 Global SFM
Reprojection Error - 0.40
Meshlab Screenshot
Time - Most of the time took in Matching and Bundle Adjustment
Matching - 2 Hours 51 Minutes
Global Bundle Adjustment - 4 Hour 31 Minutes
@ManishSahu53 Can you explain why the SIFT Anatomy is better? Thanks^_^
@Yannnnnnnnnnnn I didnt go through the code but when I compared SIFT and SIFT Anatomy I got much less noise in sparse point cloud output. So after that day I started using SIFT Anatomy instead of SIFT.
@ManishSahu53 Thx, I will test this on my dataset to see the whether it works.
@Yannnnnnnnnnnn Do share your results here. Thanks
@ManishSahu53 I tested under five datasets.
And my result was SIFT_ANATOMY(3)>SIFT(2).
Actually I didn't find huge difference between them.
@Yannnnnnnnnnnn trying checking sparse point too. You might see less outliers in case of SIFT_ANATOMY than SIFT. I got much better results when I used large dataset (~1000images).
@Yannnnnnnnnnnn Can you share the results as an array here?
It will avoid people to look and dig inside all the html report.
@ManishSahu53 Hi Manish. How did you do the clustering part? Could you please post some pseudocode or code for this pipeline for clustering for large datasets? Thanks!
@pogilon I did not do any clustering. I ran Global BA.
@ManishSahu53 Thanks. On your comments on Feb 14, you said you did clustering to fix the bowl effect. Could you please post some pseudocode? Thanks!
@AbegNext Clustering is already available in openMVG. I did not do any modification.
@ManishSahu53 can you please share the dataset, I'm working on the similar project, that would be very helpful.
@pmoulon @ManishSahu53 Do you have any update when processing large dataset? I have the same issue when processing dataset with 1300 images, and the sparse point cloud after globalSfM is not good. But if split it into two parts and run globalSfM seperately, the result is normal. How can I get a normal result when running the whole dataset during globalSfM? Thanks a lot!
Most helpful comment
@Yannnnnnnnnnnn I didnt go through the code but when I compared SIFT and SIFT Anatomy I got much less noise in sparse point cloud output. So after that day I started using SIFT Anatomy instead of SIFT.