Skip to content
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

Driving a car and getting sequential shots #18

Open
skinkie opened this issue Jun 7, 2020 · 0 comments
Open

Driving a car and getting sequential shots #18

skinkie opened this issue Jun 7, 2020 · 0 comments

Comments

@skinkie
Copy link

skinkie commented Jun 7, 2020

After seeing several issues on meshroom I have been collecting a driving dataset myself.
alicevision/Meshroom#846
alicevision/Meshroom#895

I first validated that results by capturing 1080p@15fps is similar to high resolution photo's. Obviously less detail, but it still reconstructs. I then did a 1 out of 4 frames export in ffmpeg.

ffmpeg -ss 2 -t 60 -i ../VID_20200607_163932.mp4 -q:v 1  -vf select='not(mod(n-1\,4))' -vsync 0 images-%05d.jpg

Doing so I get rather ok results (111/161 photo's) but it is not always clear for me why a previous or next photo doesn't match. I would still be very convient to learn why two consecutive photo's won't work.

image

I have achieved these results using:

  • VoCTree minimal 0
  • NbMatches: 100
  • Sequential NbMatches: 20

SfM:

  • Estimator: Loransac (Don't know why...)
  • Observation Constraint: Scale (Don't know why)
  • Max Ransac: 40 seems to be optimum
  • Min Angle For Triangulation: 1.5 (descreasing it further gives less reconstruction)
  • Min Angle For Landmark: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant