-
Hello Guys! I have trained a Yolov4 model and I got the .weights file back. I am trying to convert the file into .h5 but there is my first Problem.
This is the error message that I get back when tryi…
-
I am able to use darknet_images.py just fine, but darknet_video.py exits without a stacktrace hinting at why it's stops.
Vanilla install of Ubuntu 20.04.1 virtualbox VM running lastest master versi…
-
There is another error when I run on my own data:
Traceback (most recent call last):
File "train.py", line 616, in
model = Yolov4(cfg.pretrained, n_classes=cfg.classes)
File "D:\study\Din…
-
Hi everyone, im using YOLOv4 custom function from this repo. Everything works flawlessly, including convert weights file to pb file, run detection on both image and videos, then this error shows up on…
-
Traceback (most recent call last):
File "convert.py", line 173, in
yolo4_model = Yolo4(score, iou, anchors_path, classes_path, model_path, weights_path)
File "convert.py", line 157, in __i…
-
![image](https://user-images.githubusercontent.com/63572595/129186747-94c3f20a-2c8c-4b30-bcf2-ae1da5700968.png)
我目前训练yolox_l,batch_size设置的为4,img_size为416,但一直报显存的错,我的显卡是xp,显存12个g,应该不会出现这样的情况,之前yolov4,…
ZZM11 updated
2 years ago
-
Hi there. First of all, a big thanks for your very interesting work. I've been playing around with the code for some days now and it works like a charm. One thing that I've run into, however, is that …
-
I wanna utilize darknet.py to use yolov4 in my python project.
however after build the darknet and write down my script there is an error shown below.
`OSError: ./libdarknet.so: cannot open shared…
-
I ran the darknet_video_yolo.py in the darkent root path, and with yolov4-tiny.weight, it occured the error: TypeError: object of type "METADATA" has no len()
![image](https://user-images.githubuserc…
-
i used the given pre-trained model yolov4_tiny_weights_coco.pth and evaluated it on coco val2017, and the map (0.5:0.95) only got 16.67%, could you please give the get_gt_txt.py on coco datasets.