Yuqi Cheng

Results 7 comments of Yuqi Cheng

楼主解决这个问题了吗?我用代码直接跑的COCO2017数据集,报的错误一模一样,如果解决了还希望能分享一下 Epoch 1/300: 0%| | 0/4952 [00:00

> 这里 我一步一步debug下来发现的,hsv原本返回的类型是元组,不可更改,因此被try了,把它转换为list就行了  141行 > […](#) > ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2021年12月23日(星期四) 晚上10:57 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [Tianxiaomo/pytorch-YOLOv4] OpenCV can't augment image: 608 x 608 (#427) 楼主解决这个问题了吗?我用代码直接跑的COCO2017数据集,报的错误一模一样,如果解决了还希望能分享一下...

> 我也遇到了一样的问题,请问要改的文件在哪,能发一下路径吗,谢谢 其实我将opencv降到3.4.7就没问题了,你也可以试试看

> Hi! > > Generally, we use **yolov4.pth**, that was trained on MSCOCO dataset, as the final weights file to detect objects. It is already trained/validated for optimality. It is...

> 默认情况下,训练的时候用的是DarkNet训练的,因为在cfg.py文件中默认Cfg.use_darknet_cfg = True,然而在models.py中测试时用的Yolov4在测试,改Cfg.use_darknet_cfg = False后训练作者提供的数据集,训练四十几个迭代就可以检测出来目标了; 亲测有效; 您好!我想将模型在COCO上训练并检测,我使用预训练模型yolov4.pth,并且将Cfg.use_darknet_cfg设置为False,理论上讲损失函数应该很小,并且初始的时候就具有较高的AP,而实际上损失很大,AP接近0,请问应该怎么调整呢?

Hello, have you find the code of late fusion? could you share me?

> > @monkeycc Maybe your internet connection is not good to download the model. You can try the following: download from a browser, extract, and load it as a custom...