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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ODM data processor #2517

Merged
merged 7 commits into from
Oct 13, 2023
Merged

Add ODM data processor #2517

merged 7 commits into from
Oct 13, 2023

Conversation

pierotofy
Copy link
Contributor

Hello 馃憢 ,

this PR adds support for converting ODM (https://github.com/OpenDroneMap/ODM) datasets to nerfstudio format.

Usage:

  1. Process a dataset using ODM
$ ls /path/to/dataset
images
odm_report
odm_orthophoto
...
  1. Convert to nerfstudio format.
ns-process-data odm --data /path/to/dataset --output-dir {output directory}
  1. Train as usual.

Results:

image

Dataset: https://hub.dronedb.app/r/odm/brighton-beach

2023-10-12_161141.mp4

Dataset: https://github.com/pierotofy/dataset_banana

Hope this can be useful to others. Let me know if changes are needed. 馃檹

Copy link
Contributor

@tancik tancik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! LGTM

@tancik
Copy link
Contributor

tancik commented Oct 12, 2023

Once you fix the type error, I think its good to be merged

This reverts commit 6f3cde1.
@pierotofy
Copy link
Contributor Author

Should be good to go, thanks for the review @tancik ! 馃檹

@tancik tancik merged commit 42cabed into nerfstudio-project:main Oct 13, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants