NWPU

Results 23 comments of NWPU

我改为最新版本的yolov5,出现红框错误,但是也不输出错误提示,怎么回事啊 ![image](https://user-images.githubusercontent.com/22740766/154426823-a70880dc-5d0a-4280-a231-9d1ffbbefa03.png)

@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 ![image](https://user-images.githubusercontent.com/22740766/154661507-84139020-4faf-4b82-9ce6-307c3c962732.png)

![image](https://user-images.githubusercontent.com/22740766/149299483-ea534004-4d10-42ba-b135-6d560f53a591.png)

![1642118298](https://user-images.githubusercontent.com/22740766/149429119-25900423-513d-40aa-beed-52c164a15d9a.jpg) 训练结束时候出现错误,该如何解决呢

@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". ![image](https://user-images.githubusercontent.com/22740766/188766977-f5304cc8-af39-4005-8ee4-86a6c976e941.png) "python utils/loggers/clearml/hpo.py" need to use a training task ID has...