-
I am adding the images at two different predictions at two different conf_threshold but none of them is producing the desired results. The lower threshold image is added to show that the detection its…
-
Hy @mystic123 ,
It seems that you implementation is not exactly the same as the original one (which is leading to bad performance in detection).
Here are the clues :
According to the original …
-
I am loading Yolov3 tiny model and yolov3-tiny.weights downloaded from pjreddie's site in demo.py but I am not getting very good results. Is it actually that bad or am I doing something wrong? Have …
-
你好,请教一下,你是怎么测的yolo_nano的运行速度比yolov3-tiny快的,我测的yolo_nano的运行速度比yolov3-tiny慢4倍。
-
Environment
* python3
* Ubuntu 18.04 x86_64
TIA
python3 yolo_opencv.py --input sampledata/commuters.mp4 --config cfg/yolov3-tiny.cfg --weights yolov3-tiny.weights --classes cfg/yolov3.txt
I…
-
-
Hi,
I am using YOLO v2 for object recognition, when I run the following code
`./darknet detector demo cfg/voc.data cfg/tiny-yolo-voc.cfg tiny-yolo-voc.weights`
I get video stream from the web…
-
hello! i want to detect fire and smog based on video ,can distinguish them , now model can classify them use yolov3.cfg on my little dataset ,then i add Time and Space Information to train second mod…
-
When I change the yolo_tiny_net into yolo_net, and run the training without pretrain model, it
```
assert not np.isnan(loss_value), 'Model diverged with loss = NaN' AssertionError: Model diverged w…
-
Hi.
How I can improve a mAP during training? I run darknet with tiny-yolo config according to the tutorial.
I have only 12 classes but, that is not a problem. https://imgur.com/a/YocVr1T my mAP is 7…