Gavin Cao

Results 3 comments of Gavin Cao

![image](https://github.com/AtomScott/SportsLabKit/assets/28148069/9d332470-4bda-4c9f-b82b-6332852eb60a) add one line in __init__ fix this. self.gamma = gamma

I encountered the same issue when processing the dataset, I swapped the rectangle's parameter (x0, x1), and it worked. ``` def draw_end_frame(frame_no): w = frame_no % width h = frame_no...