-
I have set the parameters in cfg.py as follows:
Cfg.use_darknet_cfg = False
Cfg.cfgfile = os.path.join(_BASE_DIR, 'cfg', 'yolov4.cfg')
And set the parameters in yolov4.cfg as follows:
class…
-
It is really great work!Thanks for your project. I try to train my dataset in Pytorch-YOLOv4 and meet three issues.
I imitated YOLOv3 to make data sets and related files, but I reported an error dur…
-
- [yolov4-csp-x-swish.cfg](https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-csp-x-swish.cfg) - 640x640 - **69.9% mAP@0.5 (51.5% AP@0.5:0.95) - 23(R) FPS / 50(V) FPS** - 221 BFlops …
-
Hello. I am not an expert in deep learning and seeking for an help. I am trying to customize YOLOv4 with two pathologic lesions on dental panoramic radiographs. Class 1 has total of 455 images (384 tr…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
请问这种报错该怎么办呢
Traceback (most recent call last):
File "D:\model\yolov4-keras\train.py", line 422, in
callbacks = callbacks
File "D:\anaconda3\envs\yolov4-keras-train\lib\site-pack…
-
@WongKinYiu hello, thanks for your excellent work. I am watching ultralytics/yolov5 recently, and I also noticed [this issue](https://github.com/ultralytics/yolov5/issues/6). You achieve better mAP.…
-
Hello
I have been experimenting with Yolov4-CSP and Yolov4-large on my custom dataset. I wanted to ask if there was a way to reduce false positives? Something to do during training so I have lesser…
-
![gt](https://user-images.githubusercontent.com/45479160/103495204-50e51100-4e7d-11eb-908a-be9f53512528.jpg)
[gt]
------------------------------------------------------------------------
![pred](…
-
I'm training models on a custom dataset composed of images of people taken from an overhead camera. This is a single class model. As such, I've made a few minor changes to the tiny-yolov4.cfg and yolo…