-
Just for visibility, this can be a meta issue for referencing various posted benchmarks.
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Predict
### Bug
Hello …
-
## 🚀 Feature
Transformer is popular in NLP, and now is also applied on CV. I added `C3TR` just by replacing the sequential `self.m` in `C3` with a Transformer block, which could reduce GFlOPs and m…
-
微博内容精选
-
hello,when I try yolov4.cfg,I found from epoch 0 to 240,I can get map@0.5=0.296 at epoch 240. but when i stop the process, and retrain it use --resume, i can get map@0.5=0.362 at epoch 241, map@0.5=…
-
hi, Why the yolov4's inference speed is much slower than yolo-spp?
single P40 GPU
1. yolov4: 65.3ms per 512*512 image
2. yolov3-spp : about 20ms per 512*512 image
![image](https://user-images.gi…
-
## ❔Question
Is there a yaml available for the yolo4 model or do you plan on adding that to the repository?
## Additional context
-
Does anyone have a YOLOv4 .yaml file and pre-trained weights for YOLOv4 that I can use with this repository to train YOLOv4? I can't seem to find one anywhere. Thank you!
-
What's the difference between this yolov4 and Alexeyab / darknet?
-
## ❔Question
## Additional context
Sorry I am very new to computer vision. As title mentioned, it the code applicable for yolov4 instead of yolov3?