摘要: path_image = os.listdir(pre_path) shuffle(path_image) 阅读全文
posted @ 2021-01-14 13:21 水木清扬 阅读(1142) 评论(0) 推荐(0)
摘要: ret, frame = cap.read() x1 = faces[0] y1 = faces[1] x2 = faces[2] y2 = faces[3] face_box = [x1, y1, x2, y2] box_roi = frame[face_box[1]:face_box[3] - 阅读全文
posted @ 2021-01-14 10:38 水木清扬 阅读(4582) 评论(0) 推荐(0)
摘要: import syssys.path.insert(0,"/media/cbpm2016/E/wangman/caffe_project/caffe/python") 阅读全文
posted @ 2021-01-14 10:13 水木清扬 阅读(1092) 评论(0) 推荐(0)