Open canuysal opened 4 years ago
confirm the compiler support the c++14, and which platform you use?
Yes im using gcc 7.5 with c++14 flag on, my platform is jetson tx2. have cuda 10.2 installed
I tried using yolov3 and it runs without problems.
use the yaml2cfg.py trans the pt file to .weights
Yeah I used that to generate cfg and weights as in your tutorial.
I'm trying to load yolov5s as in the samples, but getting this error. Output is something like
And gdb states that it crashes in
What might be the issue? Can you help?