pytorch-YOLOv4 icon indicating copy to clipboard operation
pytorch-YOLOv4 copied to clipboard

PyTorch ,ONNX and TensorRT implementation of YOLOv4

Results 141 pytorch-YOLOv4 issues
Sort by recently updated
recently updated
newest added

File name : pytorch-YOLOv4/tool/utils.py Line number : 140 code : cv2.rectangle(img, (x1,y1), **(np.float32(c3[0]), np.float32(c3[1]))**, rgb, -1) Issue : Why are we converting the 3rd parameter (end point) to float when...

Hello Author: Thanks for your contribution. I have downloaded the pth file mentioned in README.md. I used it in models.py script but got below errors. ![image](https://user-images.githubusercontent.com/61330860/163558013-8fb02953-3ef3-4294-af6d-e434ddcf65c3.png) Any help will be...

I am getting error while installing tool: ModuleNotFoundError Traceback (most recent call last) in () ----> 1 from tool.darknet2pytorch import * 2 WEIGHTS = Darknet(cfgfile) 3 WEIGHTS.load_weights(weightfile) /usr/local/lib/python3.7/dist-packages/tool/__init__.py in ()...

训练自己的数据集的时候出现的,我只需要识别一个类别 我的环境为: Ubuntu 16.04.12 cuda 10.0 python 3.7.9 torchversion 1.2.0 运行: python train.py -l 0.001 -g 1 -pretrained ./weight/yolov4.pth -classes 1 -dir ./VOCdevkit/VOC2007/JPEGImages/ -train_label_path ./data/train.txt 出现: Epochs: 300 Batch size:...

Could you tell me why my computer video camera is 30 frames, but use camera to detect , it can reach more than 30 frames.?why this happens?

Hi, I have tried to train yolov4 on coco2017 dataset with yolov4.cfg using 4 Tesla P100 and I did not change any of the config. It takes me 4.5 hours...

I am trying to make engine with multiple batch size but i am facing issue with installation Pytorch as stop its support with 1.5.0 and 1.6.0. Please help me in...

谢谢,已加 在 2021-03-11 09:00:53,"Snow White" ***@***.***> 写道: — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. _Originally posted by @phil-myr...

I am trying to overfit yolov4 model on a small dataset. I have followed instructions from the repo and changed annotations format as it is suggested by the repo. Dataset...