xxxming730

Results 3 comments of xxxming730

> @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...

@jefromson @Leci37 @Dongjie-Cheng Brothers can share the complete batch inference script, thank you!