-
Notifications
You must be signed in to change notification settings - Fork 0
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
Compute Orientations from CSV #10
Conversation
@VourMa This PR is ready for review, but let's merge it in alongside a separate PR I'm going to make in the main repo so that everything is aligned properly. |
I'm going to add one more commit tomorrow that updates the README usage info. I'm also going to add the output format for each file so that people don't have to dig through the code to understand the numbers in each output file. Edit: Just added the commit, I'll stop making commits now until this PR is reviewed. |
@VourMa The two PR's are done btw, when you get a chance can you review them? Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks ok, I left just some minor, optional comments to consider for clarifications and/or for potential small improvements.
I think this PR is ready to be merged if you have no comments on my last commit @VourMa. I checked that there are no changes in the maps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes, @GNiendorf. Approving and merging!
This PR introduces a compute_orientation.py file which outputs two orientation files used by the segment linking algorithm.
Corresponding PR on the Tracklooper repository is here: SegmentLinking/TrackLooper#374