Robotics StackExchange | Archived questions

ROS Melodic & YOLO

Hi all,

did anyone managed to install the darnetros module on a jetson nano with jetpack 4.4? This is the link to the node: https://github.com/leggedrobotics/darknetros Ros version is melodic, opencv4, ubuntu 18.04....

I was not yet able to do so, I read some managed to do so, but I haven't seen any documentation.

Cheers

Asked by Batstru on 2020-10-29 14:39:48 UTC

Comments

Answers

Not sure about this particular package, but we run yolo successfully as a python package on Jetson.

Just be sure to install pytorch using the instructions at https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-7-0-now-available/72048, e.g.

wget -O torch-1.1.0a0+b457266-cp27-cp27mu-linux_aarch64.whl https://nvidia.box.com/shared/static/m6vy0c7rs8t1alrt9dqf7yt1z587d1jk.whl
sudo pip install torch-1.1.0a0+b457266-cp27-cp27mu-linux_aarch64.whl

Asked by peci1 on 2020-10-31 06:17:20 UTC

Comments