-
Notifications
You must be signed in to change notification settings - Fork 1
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
Simple common coordinate system definition #55
Comments
I started working on this in the Progress made
Worflow idea
Blockers
Alternative ideas
|
The above idea kills two birds with one stone:
|
Perhaps a better alternative to choosing one video as the "reference" is having a precisely defined model of the environment, based on blueprints of the setup. This way everything is guaranteed to be "straight", and the "right way up", and the coordinates will be in world space (more meaningful than pixel coordinates). This would also get rid of the "use these ROIs as reference" step. The elephant in the room is that our model can only be a 2D (topdown) projection of the 3D environment, but we anyway swallow that bullet (I'm running out of analogies here) since we have 1 top view camera only |
Implement a simple method to transform the pose estimation data from every video to a common coordinate system.
Related to #3, though there we discussed a bit more sophisticated options.
The text was updated successfully, but these errors were encountered: