Merge branch 'HSF-and-new-algos-feature-branch' into revert-60-HSF-HSRAC-reformat

This commit is contained in:
Prohurtz 2023-01-31 14:08:26 -06:00 committed by GitHub
commit fd88b794cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ from functools import lru_cache
import cv2
import numpy as np
# from line_profiler_pycharm import profile
video_path = "ezgif.com-gif-maker.avi"
@ -1223,4 +1224,5 @@ if __name__ == '__main__':
hsrac = HSRAC_cls()
hsrac.open_video(video_path)
while hsrac.read_frame():
_ = hsrac.single_run()
_ = hsrac.single_run()