-
Hi,
I am using yolov4-tiny model. Used the default yolov4-tiny.cfg (resolution - 416, 416) file and the default weights. I see detections happening but then there were few cases where detections were…
-
I would like to train the model on Yolov4 tiny with small and large objects. But I found in respo only Yolov3-tiny_3l.cfg: https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov3-tiny_3l.…
-
Thank U for ur great job! I hand on this project this days and met one problem.
'''Traceback (most recent call last):
File "train.py", line 631, in
device=device )
File "train.py", line 3…
-
Hi, I tried all 3 models - yolov3, yolov4 and yolo-tiny
I downloaded the yolo .weights file, when I run `python save_model.py --model yolov4`, the `./checkpoints/yolov4-416/` has the .pb files
when …
-
Hi,
I am trying to train a YOLOv4. I have create a base model and would like to make changes such as add more images for training such as augmentations to see if any improvements would be made on t…
-
i have made the already necessary changes but every time I try
!python save_model.py --weights /content/drive/MyDrive/yolov4/tensorflow-yolov4-tflite-master/data/custom.weights --output ./checkpoint…
-
I have successfully trained "yolov4-tiny" on the vehicle data set in "bdd 100k" (training: 69133 vehicle images, verification: 9902 vehicle images).
In order to compare and detect I use [NanoDet-m ](…
KKDDD updated
3 years ago
-
您好!我使用您的方法[yolov4-tiny-tensorrt](https://github.com/tjuskyzhang/Scaled-YOLOv4-TensorRT/tree/master/yolov4-tiny-tensorrt#yolov4-tiny-tensorrt) 、您的百度网盘里的pt 和 cfg 文件,可以生成 wts、engine,执行 ./yolov4-tiny -d .…
-
I'am trying to use saved model in Tensorflow Serving but without success.
**I exported model:**
```
yolo = YOLOv4()
yolo.config.parse_names("yolov4-data/coco.names")
yolo.config.parse_cfg("yolo…
-
大佬你好,想问下训练自己的数据集生成了权重之后,为什么在运行predict.py的时候出现了这个问题:
Traceback (most recent call last):
File "C:/Users/11951/Desktop/bubbliiiing/yolov4-tiny/predict.py", line 14, in
yolo = YOLO()
File "C:…