-
First of all, thanks a lot for the great work/package/documentation!
I trained a YoloV4 Tiny model using this script:
```python
from tensorflow.keras import callbacks, optimizers
from yolov4.t…
-
Is There any CSPization done in yolov4-tiny , as there is no difference in .cfg file
-
- Membuat Model Deep Learning untuk Kebutuhan Person Detection
- Bebas mau menggunakan model apa yang penting akurasinya tinggi dan memiliki kecepatan deteksi yang tinggi serta ringan.
- [ ] Membu…
-
It looks like the default mask values for yolov4-tiny.cfg are 1,2,3, however I would expect them to be 0,1,2. Was this intentional?
-
I directly use yolov4-tiny.weights and change width/height to 608 in yolov4-tiny.cfg, then I use this config to validate performance on the COCO testdev. The result of AP50 is only 0.37.
Is that corr…
-
Hi @sicara Can we convert tiny_yolov4.weights file to h5 format using this repo ? or u just write the code for YOLOv4.weights?
Thanks for your work......
-
[route]
layers=-1
groups=2
group_id=1
what doed the "groups=2 group_id=1" mean?
-
I used yolov4-tiny to train my dataset for 10 hours with 0.7 average loss. I am very satisfied with the darknet test very accurate but using opencv yolo dnn to detect show nothing.
My project need …
-
Hi @nnshah1 @xwu2git,
We have trained one model in yolo-v5 and converted it to IR INT8, and we found a model-proc file at https://github.com/dlstreamer/dlstreamer/blob/master/samples/gstreamer/mod…
-
I trained a custom model with yolov4-tiny-3l and yolov7-tiny - both using the same hyper parameter(flip, disabled mixup, disabled ota) and the same dataset. Also both were trained by starting from pre…