xxcheng
Results
13
comments of
xxcheng
Did you have any solutions?
modify "video_capture = cv2.Video_Capture(0)" to "video_capture = cv2.Video_Capture(video_path)" in demo.py, video_path is your local video.
I use torchvision.io.read_image (torchvision >= 0.8.0) function to load image data as torch.tensor, then put it on GPU for data preprocessing, it can reduce the time consuming of data preprocessing...