nuannuan1991

Results 6 comments of nuannuan1991

@MartinWeniger @YuhaoYeSteve I modified it according to your code, while there is an error. def detect_video(yolo, video_path, output_path=""): import cv2 VIDEO_NAME = 'video1.mp4' CWD_PATH = os.getcwd() PATH_TO_VIDEO = os.path.join(CWD_PATH,VIDEO_NAME) vid...

hi @MartinWeniger my order is:python yolo_video.py [video1.mp4] yolo_video.py: error: unrecognized arguments: [video1.mp4] if my changed to:python yolo_video.py [model_data/yolo_face.h5][model_data/face_anchors.txt][model_data/face_classes.txt][video1.mp4] it has the same error: yolo_video.py: error: unrecognized arguments: [model_data/yolo_face.h5][model_data/face_anchors.txt][model_data/face_classes.txt][video1.mp4] My video...

@Lookforworld @yangjian615 请问解决了吗,你的GPU和cudnn 什么版本,是显存不足吗

Dear @CBIR-LL Are you sure squeezenet network is completed by darknet? I have checked that the darkne/cfg directory. It does not have squeezenet, but have resnet cfg , so I...

input data/diff size does not match target blob shape, input data/diff size: [ 100 100 1 2 ] vs target blob shape: [ 100 100 1 100 ] #24请问这个怎么解决的