-
Hi,
Thanks for the great work. I have a few questions about the project.
1 - Are you using Yolov4 + DeepSort tracker? What is the speed in Jetson Nano?
2- Can we run it on Jetson Xavier N…
-
Hi @jkjung-avt ,
I've noticed that the `onnx_to_tensorrt.py ` script crashes in a segmentation fault if I try to build an engine from an onnx (and so a cfg) which contains more than 2 YOLO layers.
…
qazi0 updated
3 years ago
-
Hi @wang-xinyu,
when run ./arcface-r50 -d I got the following error:
Floating point exception (core dumped)
-
I followed the guild here:
https://jkjung-avt.github.io/setting-up-xavier-nx/
and error reported while converting weight / cfg files:
> python3 yolo_to_onnx.py -m yolov4-416
Parsing DarkNet cfg f…
-
I have been testing many versions of yolov4-tiny. Recently, alex released a yolov4-tiny-3l cfg.
https://github.com/AlexeyAB/darknet/blob/de68e19cc627f642023f09513ac2306fbcbc1e4b/cfg/yolov4-tiny-3l.c…
-
Hello @linghu8812,
Thank you for you great effort. I have a yolov4 model trained on custom dataset with 5 classes. Is it possible to convert it to tensorRT.
I have changed the number of classes …
-
Hello @jkjung-avt,
I recently flashed my new Jetson Nano's card with a fresh Jetpack-4.5 image , and I followed your Jetpack-4.5 guide to the letter, yet when I run the `trt_yolo.py` script with…
-
When you release Yolo v4 tiny on tensorrtx
-
Hi Marcos,
I noticed that your modified code for nvdsinfer_custom_impl_Yolo doesn't support non-square/asymmetric models (width!=height).
This was unexpected as I saw your discussion about attempt…
-
Hello JK,
I am trying to convert a custom-trained [yolov4-tiny-3layer](https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov4-tiny-3l.cfg) model to tensorRT to do accelerated inference on the J…