VAR / pipeline /__init__.py
mirrash7's picture
VAR offside visualizer
514d439 verified
Raw
History Blame Contribute Delete
339 Bytes
"""VAR offside visualizer pipeline.
Module layout keeps the GPU strictly isolated:
video.py — frame seek/probe (CPU)
gpu.py — model load + reconstruct_frame (the ONLY GPU code)
geometry.py — vanishing point, ground fit, field frame, scene (CPU)
overlay.py — cv2 detection boxes + line-click drawing (CPU)
"""