-
Notifications
You must be signed in to change notification settings - Fork 44
Ubuntu 24.04 #43
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
Ubuntu 24.04 #43
Conversation
…mentation ID of each observation. This allows it to pass the unit test "HasIOFileConsistency", which ensure that now information is lost when a track is written to disk and restored. Note that this increases the size of the tracks file by 40%,
… and segmentation ID of each observation. This allows it to pass the unit test "HasIOFileConsistency", which ensure that now information is lost when a track is written to disk and restored. Note that this increases the size of the tracks file by 40%," This reverts commit 3d54bc3.
…n ID and instance ID are recovered from the file (they are not stored in the current OpenDroneMap file version). This is specific to OpenDroneMap, my guess is that this is a speed/size performance optimization.
Thanks for saving me the check.
So this mainly is intended to take the existing forked OpenSfM and ensure it builds with a follow-on for pulling in latest. I wonder if @YanNoun would have tips on that process. Regardless, sounds like a reasonable division. |
This PR gets OpenSfM to compile in the Docker Ubuntu 24.04 environment.
This codebase has diverged substantially from the upstream mapillary version. I'd like to move them closer together, but I think it is best to make that a follow-on effort.
The CI workflow fails. It also fails in the currently-used
357branch.