Alzayat Saleh

Results 3 comments of Alzayat Saleh

Downgrade cv2 version 4.x to version 3.x. OpenCV 3 changed `cv2.findContours(...) `to return image, contours, hierarchy, while OpenCV 2's `cv2.findContours(...)` and OpenCV 4's `cv2.findContours(...)` return contours, hierarchy.

Thanks, I have updated the code, please replace with your model file path here: ``` # Load trained model model_path = 'path_to_your_model_file.pth' # replace with your model file path model_original...

Hi, the frame rate is 10 (extract 1 frame every 10 frames). Unfortunately, raw videos are not accessible.