-
Hi @jkjung-avt
First of all, thanks you for your contributions. Currently I am using your project to convert yolov4-tiny to tensorrt.
If the MAX_BATCH_SIZE=1 everything is OK. But when I set MA…
-
Hello,
I just started working with Deepstream 6.0 and I am looking for the best real-time object detector capable of running at about 200-400FPS on a Tesla T4. So far, I have been a little disappoi…
-
I optimized a Yolov4-tiny model, however the optimized model now returns no bounding boxes. Before optimization, my tiny model did return bounding boxes upon testing. Any ideas on what could have gone…
-
All right, so, I have a PyTorch detector SSD with MobileNet. Since I failed to convert model with NMS in it (to be more precise, I converted it, but TRT engine is built in a wrong way with that .onnx …
-
Thanks for working on moving yolov4-tiny to tensorrt.
I tried the repo, it all runs but there are no bounding boxes displayed on the resulting images, it looks like it doesn't detect anything.
T…
-
Hi @jkjung-avt . I am trying to convert the custom yolov4-tiny model in to trt and I am getting following warning. Can you please help me with this issue ? Thank you
```
root@79b0ab1c4a79:~/tenso…
-
https://arxiv.org/pdf/2004.10934.pdf
https://github.com/AlexeyAB/darknet
YOLOv4 has appeared recently!
-
Hi @jkjung-avt sir! I have modified the configuration file of the yolov4-tiny.cfg and I am trying to use the onnx_to_trt.py script to serialize my .onnx model to .trt. However I am getting the above s…
-
Hi @jkjung-avt . I hope you are doing well. I am trying to convert my **`custom`** trained `**yolov4-tiny model**` but I am getting following error. I attached a **`cfg`** file. Can you help me with t…
-
Hi community!
I am facing the problem, that I am getting an overall mAP for two classes in a custom trained YoloV3 model from 0,518%. The first class I try to predict is cars (mAP = 1,036%), the sc…