-
Notifications
You must be signed in to change notification settings - Fork 7
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
Aria and Perception: Aria readers, object detection on ADT, QR code detection on Aria data #75
Conversation
30da18f
to
6924120
Compare
bea756a
to
78b69d2
Compare
78b69d2
to
53cb2ba
Compare
1323970
to
e546d02
Compare
53cb2ba
to
088c48c
Compare
088c48c
to
26e90ae
Compare
e5db370
to
4fb9a44
Compare
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.
Thanks for working on this. Consider removing the print statement of debugging
aria_data_loaders/aria_data_utils/utils/april_tag_pose_estimator.py
Outdated
Show resolved
Hide resolved
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.
Thanks so much, Priyam and Kavit for pushing on this! So much coming together in this PR :D I did a coarse pass and left some comments, mostly related to providing more comments for n00bs like me :) We might want to cleanup the transforms code and viz.debug components once we have all the pieces working.
aria_data_loaders/aria_data_utils/memory_interface/adt_memory_provider.py
Show resolved
Hide resolved
604e6b9
to
356242e
Compare
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.
LGTM! thanks for working on this
Two things we need to clean it up in the next iteration :)
- move some of codes to ROS node so that we can potentially to speed up the process
- Make sure that the newly install package like magnum does not break the existing installation guideline
aria_data_loaders/aria_data_utils/detector_wrappers/object_detector.py
Outdated
Show resolved
Hide resolved
7bfc1fa
to
fc6e2fc
Compare
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.
Looks so much cleaner, well documented and organized now! <3 Thanks so much for revamping this whole PR. One request -- while we have it fresh in our minds, could we add links to relevant transformations for Spot and Aria. And a quick TLDR on Aria->World, Spot->World and Aria->Spot transformation process/logic. We can do this either in docstring or in docs?
… location of interest as seen in Aria
edc54d7
to
53e189d
Compare
No description provided.