-
When I run on darknet tiny-yolo.weight got about 20 fps.
But run it on YAD2K with this program I got only 8 fps.
Please give me your advise.
-
Hi All, I am traning model detect traffic in VietNam. After checking, I encountered a case that my model did not detect too large vehicles as container truck or large tracks...I am using an input ima…
-
I was trying to reproduce the result with COWC, however, there are no cars detected during test time while the loss curve during training time looks reasonable:
![yolt_loss_plot_tiny_cowc](https://…
-
I have successfully trained yolov3 tiny with my custom dataset and I got good results. I wish to train yolov3 since it will give me better performance. However, when I train, val_loss becomes lower th…
-
Hi,
when I'm running `python load_weights.py --weights ./weights/yolov3-tiny.weights --output ./weights/yolov3-tiny.tf --tiny`
on my Jetson Nano (Jetpack 4.3, tensorflow 2.1.0) an error occurs.
*…
-
Hello,
i 'm training xnor-net used voc data
training DB : voc 12 + 7
test DB : voc 7
cfg : tiny-yolo-voc_xnor.cfg
weight : yolov2-tiny-voc.weights
lr : 0.001
I get only mAP 20% ....
Any …
-
Hi @AlexeyAB,
I'm implementing my yolo-tiny-3l model in my custom C# application using the dll. However, the speed of the yolo function is 30 ms per image in contrast to the 10 ms when I run the co…
-
Hi,
Could you please help me to know what changes are to be made while converting the yolov4-tiny_3l.cfg in the save_model.py
In my understanding as the anchors in yolov4.cfg and yolov4-tiny_3l.cfg …
ghost updated
3 years ago
-
I've managed to succefully create a custom weights file based on a custom configuration file. However, when I try to run the new tiny yolo:
`runfile('flow.py', args='--model cfg/tiny-yolo-voc-1c.cf…
-
Trying to run over yolov5 and it runs with no issue, however, running over yolov7 gives an issue:
(strongsort) C:\Users\Lenovo>cd \projects\strongsort
(strongsort) C:\projects\strongsort>python …