PyTorch_YOLOv4 icon indicating copy to clipboard operation
PyTorch_YOLOv4 copied to clipboard

PyTorch implementation of YOLOv4

Results 132 PyTorch_YOLOv4 issues
Sort by recently updated
recently updated
newest added

请问我可以直接用darknet训练好的weights权重进行测试吗?不使用这个工程的pt权重

mish_cuda支持cuda9.2和10.0,但pytorch1.5.1最低支持10.1,请问您的mish_cuda安装没问题嘛,或者说您的pytorch、cuda的版本是?

Traceback (most recent call last): File "D:/pytorch-yolo/yovov4/PyTorch_YOLOv4-master/train.py", line 438, in train(hyp, opt, device, tb_writer) File "D:/pytorch-yolo/yovov4/PyTorch_YOLOv4-master/train.py", line 65, in train model = Darknet(opt.cfg).to(device) # create File "D:\pytorch-yolo\yovov4\PyTorch_YOLOv4-master\models\models.py", line 280, in...

您好,我正在使用您Scale Yolov4的程式碼進行研究, 請問: - 在Scale Yolo #v4那份跑Yolov4.cfg和這份code都是一樣的嗎?

作者您好,您在开发日志中提到的修改点在代码中有实现吗?例如anchor-free等

``` File "pytorch_yolov4/train.py", line 677, in train(hyp, opt, device, tb_writer) File "pytorch_yolov4/train.py", line 442, in train results, maps, times = test.test( File "pytorch_yolov4/test.py", line 206, in test python-BaseException plot_images(img, output_to_target(output,...

I see there's cbam support, but how to modify cfg if i want to add cbam attention @WongKinYiu can u help if u see this

不知道这个项目是不是有将 yolov4.weights转换成yolov4.pth代码?

Hi, I am using pytorch 1.8 with cuda 11.2. While training on coco or custom dataset I get this error message. I used pretained weight yolov4.conv.137.pth to train the custom...

Hello @WongKinYiu Thanks so much for the repo. I tried to train using Tiny-YOLOv4 cfg file on my custom dataset which has 4 classes. The mAP is around 0.6. Now,...