解决yolov7/detect.py中调用摄像头进行识别时报错“ TypeError: argument of type ‘int‘ is not iterable”
1.报错位置Traceback(mostrecentcalllast):File“D:/yolo/yolov7/detect.py”,line184,indetect()File“D:/yolo/yolov7/detect.py”,line55,indetectdataset=LoadStreams(source,img_size=imgsz,stride=stride)File“D:\yolo\