mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Merge branch 'HSF-and-new-algos-feature-branch' into revert-60-HSF-HSRAC-reformat
This commit is contained in:
commit
fd88b794cf
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user