-
Notifications
You must be signed in to change notification settings - Fork 334
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
Support for OPF (Open Photogrammetry Format) import #2246
Labels
Comments
abey79
added
enhancement
New feature or request
👀 needs triage
This issue needs to be triaged by the Rerun team
labels
May 29, 2023
nikolausWest
added
examples
Issues relating to the Rerun examples
and removed
👀 needs triage
This issue needs to be triaged by the Rerun team
labels
May 29, 2023
This has been postponed due to errors with the only available example project, see Pix4D/pyopf#3. OPF being very recent and not (yet) widely used, working on this should be delayed until:
|
Some more OPF examples are now available here: |
2 tasks
emilk
added a commit
that referenced
this issue
Jul 2, 2023
…2512) ### What Add a simple example to display Open Photogrammetry Format datasets ![](https://static.rerun.io/3bb25c43fa2a4c367d036c27943812ebfe3e4d42_open_photogrammetry_format_1200w.png) This example is currently minimalist in that there is lots more in the OPF that could be displayed, such as uncalibrated vs. calibrated cameras, matches between points and cameras, etc. Also, I opted to display each calibrated camera as individual frames in the timeline, as displaying them currently spams the viewer with image views. Closes #2246 Would greatly benefit from #1136 Blocked by #2244 ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2512 <!-- pr-link-docs:start --> Docs preview: https://rerun.io/preview/c1fd3e3/docs Examples preview: https://rerun.io/preview/c1fd3e3/examples <!-- pr-link-docs:end --> --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Pix4D, a major player in the drone-based photogrammetry software, recently proposed an open datafile format for photogrammetry content called OPF:
OPF primitives appears to nicely match Rerun's, so it might be interesting to somehow support importing of these files. This could be (at least initially) done as a Python example, using Pix4D's provided library.
Such photogrammetric projects can sometime extend to 10+ million 3D points and 1000+ camera poses/images.
So, in addition to the intrinsic value of supporting an open data format, one possible motivation for such an effort could be to obtain real-world, stress-testing datasets.
The text was updated successfully, but these errors were encountered: