-
Notifications
You must be signed in to change notification settings - Fork 95
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
Tx2 install #195
Tx2 install #195
Conversation
Updated installation.md and changed import statements in object_detection_2d gem and detr.
I don't have a TX2 to test this, can somebody else validate that the script works? @thomaspeyrucain maybe? |
@ad-daniel Ok I will test it on a docker on our Jetson |
Tested it twice on two different TX2 boards successfully.
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, just a small possible improvement.
As for whether it works or not, as I said I can't really test it.
src/opendr/perception/object_detection_2d/detr/algorithm/datasets/coco.py
Show resolved
Hide resolved
Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
Co-authored-by: ad-daniel <44834743+ad-daniel@users.noreply.github.com>
@thomaspeyrucain as we discussed, I have flashed and installed the docker image multiple times on a TX2, with the results being the same. I didn't try the ROS scripts, but the python scripts run successfully. |
Did you try on any NX boards? |
Do you build the docker image from scratch ? |
Do you run the container with the proper arguments? |
The errors are occurring when building the docker from the Dockerfile |
The errors you sent me so far are while trying to import torch/mxnet. |
If you check the logfile errors are appearing when building the docker image |
Since it produces the docker image in the end. Can you please try and run for example (after activating opendr): |
@thomaspeyrucain Just finished the docker image installation on an Nvidia NX. Everything run smoothly and tried face_recognition and Retinaface inference demos for testing. Both run as intended. |
@Pavlos-Tosidis Nice, Did you succeed to run the ROS nodes without issues inside the docker? |
NX docker image is up on docker hub. Fixed a couple of ROS issues. |
I pulled the image and tested it on the NX board and it works for the face recognition demo script |
Corrected python to point to python3 on Nvidia
The broken tests on macos can be ignored, cppcheck was upgraded and it's being fixed on a separate PR |
#360 is now included in develop |
#317 is now included in develop |
Replaced by #384 |
TX-2 installation script.
Updated installation.md and fixed some import statements in object_detection_2d/detr and object_detection_2d/gem