-
string onnxFile = "F:/TensorRT-6.0.1.5/data/v3tiny/yolov3-tiny.onnx";
string engineFile = "F:/TensorRT-6.0.1.5/data/v3tiny/yolov3-tiny.trt";
vector labels = { "bad" };
vector output_shape = { {…
-
Hi,
was following the tutorial here https://pjreddie.com/darknet/yolo/. Compilation fine, download of the weights fine. Demo -segfault:
```
pi@dfdetector:~/darknet $ ./darknet detect cfg/yolov3…
-
i use cmmand "python demo_webcam.py -n v4-tiny",the detector can not find hands,. And "python demo_webcam.py -n v4-tiny -c 0", it also can not work., how to fix it?
-
I used the example given in https://github.com/jkjung-avt/tensorrt_demos#demo-5-yolov4 to convert my tiny yolov3 to int8 but the issue is that when I use --verbose on onnx_to_tensorrt.py step I see th…
-
Dear all:
Can anybody help me to make the GPU act!
I am trying to perform live streaming detection using TinyYolov2.
However I am only able to use CPU to perform the live stream, and it takes aroun…
-
Hi guys,
I have RK3588 board, that you have used in paper as edge device to run on.
I have trained my weights using edgeyolo_tiny_lrelu , converted to ONNX , than to RKNN using rknn-toolkit 1.4
…
-
Hi, first of all, thanks for you amazing.
I'm facing an error trying to convert tiny-yolo to CoreML suing the procedures explained in the repo. I manage to get the .h5 representation but when I try…
-
Hello,
Do I realy need pre-trained weight file for training my custom object detections?
Why do I have to use one? What is the impact not using one?
Regards
-
In last yolo layer, the value of the mask parameter is '1,2,3' not '0,1,2'. It is supposed to start from 0 not 1. In previous yolo layer, the value of the mask parameter is '3,4,5'. It means that two …
dccho updated
5 years ago
-
Hello. I use dataset from https://timebutt.github.io/static/how-to-train-yolov2-to-detect-custom-objects/ (about 300 images), config file based on yolov3-tiny_xnor.cfg and no gpu version of darknet.
…