-
Thank you for your contribution for community with this very good YOLO implementation.
I have converted yolov4-csp.weights file with yolov4-csp.cfg for COCO dataset you published to tensorflow and it…
-
Hi, I converted my Scaled YOLOv4 csp pytorch model which trained on custom datasets to Darknet using this function (https://github.com/WongKinYiu/ScaledYOLOv4/blob/yolov4-csp/models/models.py#L647) f…
-
Dear all,
I'm not sure about which prototxt should I use when i attempt to convert the darknet model to a caffemodel. Since I've cloned the repo, I possess 2 prototxts into the 2 directories:
```
d…
-
Scaled-YOLOv4: Scaling Cross Stage Partial Network - The best neural network for object detection (Top1 accuracy on MS COCO dataset)
Scaled YOLO v4 is the most accurate neural network (55.8% AP Mic…
-
# YOLOv4 Training on Colab | loliot
YOLOv4 Training on Colab
[https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-training](https://wiki.loliot.net/docs/lang/python/libraries/yol…
-
I'm trying to convert a yolov4-sam-mish weight file to a pb model for tensorflow. When I use detect.py I get no detections whatsoever. I've used yolov4-tiny trained on the same dataset and get detecti…
-
@maudzung Hi,
Nice work!
Did you compare speed and accuracy of Complex-YOLOv4-Pytorch vs other algorithms on Kitti dataset?
Is it still better in accuracy and speed than other competitors?
----…
-
### Question: What is the correct max_batches for YOLOv4-CSP for training with a custom dataset?
I have trained darknet's YOLOv4-CSP using a ~1000 custom dataset (1 class) using Colab's Tesla T4 (s…
-
Hi,
Firstly, thanks for this great piece of work!
I would like to train YOLOv4-Tiny on my custom dataset and the use-case is to run the model on Jetson TX2. So, could you please tell, how can I …
-
Hi, I am running this master repo with yolov4.cfg. I find the image size option in train.py is not introduced to Darknet when creating the backbone module. The img_size is still using the default set …