摘要: import cv2 modelFile = "res10_300x300_ssd_iter_140000_fp16.caffemodel" configFile = "deploy.prototxt" conf_threshold = 0.7 net = cv2.dnn.readNetFromCa 阅读全文
posted @ 2022-05-10 08:53 天天代码码天天 阅读(77) 评论(0) 推荐(0)