NWPU
NWPU
我改为最新版本的yolov5,出现红框错误,但是也不输出错误提示,怎么回事啊 
@Javacr 感谢你的建议,我可以在最新版本上运行了。还有这个函数,将yolov5中新版本的这行代码改为旧版本成功运行,但是使用warmup不能运行,怎么回事: # 旧版本:Run inference if device.type != 'cpu': model(torch.zeros(1, 3, imgsz, imgsz).to(device).type_as(next(model.parameters()))) # run once #新版本 :Run inference model.warmup(imgsz=(1, 3, *imgsz), half=half) # warmup 
@XhHello 可以运行,只要环境没问题就能跑通

 训练结束时候出现错误,该如何解决呢
@DocF 感谢你的回复。再咨询你一个问题,你有没有实现YOLOv5s6、l6,m6或x6版本的模型yaml,因为我检测的目标比较小,可否分享下。
@wangfurong123 最简单方法就是关掉wandb,或者按照作者的建议改
pip uninstall wandb,需要用的时候再安装,API Key会自动登录
> > VisDrone Crowd Counting dataset Ground Truth is in xml format, do you means to convert it to mat format and then send it to MCNN network to generate...
@glenn-jocher It still doesn't work. Iit seems can't find the path to these packages, which are defined in "train.py".  "python utils/loggers/clearml/hpo.py" need to use a training task ID has...