OpenSfM
OpenSfM copied to clipboard
Add RemoveTrack to TracksManager to safely remove complete tracks
This PR adds a RemoveTrack function to the TracksManager to remove complete tracks.
Hi @YanNoun, since you are also dealing with my other issue, may I ask you to take a look at the failed tests. I think it's just that the test runs on python 3.8 but uses type-hint which are only supported with python 3.9.