-
Notifications
You must be signed in to change notification settings - Fork 52
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
Understanding 'olsson' dataset #351
Comments
Thanks for raising this issue. You are right that We will pick up this task as top priority and will provide a solution within a couple of days. |
Resolution tracked in #352 |
Thanks a lot. Happy to help out if there is some documentation on the format I can follow. |
Hi @Padarn, thanks for your interest in our work. Suppose you have a folder of images, all you need to do is create a structure like
and run python gtsfm/runner/run_scene_optimizer_olssonloader.py --dataset_root /path/to/DATASET_ROOT --image_extension jpg --config_name deep_front_end.yaml --num_workers 4 (or however many workers you desire). Currently we require EXIF data embedded into your images (or you can provide ground truth intrinsics in the expected format for an Olsson dataset, or COLMAP-exported text data, etc) |
Can you double check that your data has EXIF data embedded? |
I'm trying to run gtsfm, but the README seems out of date, the command
can no longer work, as the
gtsfm/runner/run_scene_optimizer.py
has been removed.I tried to instead use
but I don't fully understand the format of the dataset expected, currently, I get an error
Are there any docs on how the data should be structured in the
dataset_root
?(also, related, do intrinsics need to be specified, or can they be inferred?
The text was updated successfully, but these errors were encountered: