WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

Problem on running detect.py on Jetson B01 #292

Open mkands opened 9 months ago

mkands commented 9 months ago

Hi, I am attempting to run detect.py on my Jetson Nano B01 using VSCode. I have already trained YOLOR on my PC, and I am trying to use the trained weights to detect objects in an image. However, when I run detect.py, the system hangs. What should I do?