赞
踩
调试好YOLOv5后想测试一下调用笔记本摄像头,网上的教程是通过修改detect.py文件来实现的。
或者运行命令python detect.py --source 0
但是却报错了
修改dataset.py文件
第一处:
- # if 'youtube.com/' in url or 'youtu.be/' in url: # if source is YouTube video
- # check_requirements(('pafy', 'youtube_dl'))
- # import pafy
- # url = pafy.new(url).getbest(preftype="mp4").url
- # cap = cv2.VideoCapture(url)
- cap = cv2.VideoCapture(0,cv2.CAP_DSHOW)
第二处:
if(self.fps !=0):time.sleep(1 / self.fps) # wait time
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。