-
at branch yolov4-large:
python detect.py --device 6 --weight weights/yolov4-p5.pt --cfg models/yolov4.cfg
error:
Traceback (most recent call last):
File "detect.py", line 190, in
detect…
-
The anchors defined for YOLOv4 tiny network are different than those given in original YOLOv4 tiny in darknet.
[https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov4-tiny.cfg](https://github.com…
-
Hi,
I'm having some difficult replicating results for Pascal VOC with the YoloV4 Darknet. I'm running with the command: ` python3 train.py --model_type=yolo4_darknet --anchors_path=configs/yolo4_a…
-
Hi Guys,
I tried to train using this repository a Yolov4 model with the Yolov4-csp.cfg of provided in AlexeyAB Darket.
However, when launching, I have an error:
Unsupported fields ['objectness_…
-
Hello! I am trying to import a custom Yolov4 model with 5 classes. I trained the model with the darknet library. The weights are proper because I have processed with them a video already.
I used t…
-
Following your directions to download and convert yolov4 weights, the following happens:
```
$ curl https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights > w…
-
So for `'yolo3_darknet'`, `'yolo4_darknet'` I have downloaded and converted with your tool the backbone weights: `darknet53.conv.74.weight`s and `csdarknet53-omega_final.weights`. But there also exist…
-
Train Command:
```python train.py --model_type=yolo4_darknet --annotation_file=data/trainval.txt --classes_path=data/obj.names --model_image_size=416x416 --multiscale --rescale_interval=50 --learni…
mon28 updated
4 years ago
-
Traceback (most recent call last):
File "/data/wsx/yolov4/detect.py", line 45, in detect
model.load_state_dict(torch.load(weights[0], map_location=device)['model'])
File "/home/wsx/.conda/e…
-
**Describe the bug**
I was trying to detect an object with custom trained yolo weights.
I trained weight using https://github.com/AlexeyAB/darknet on PC with GPU without any problem.
For this, I…