Spaces:
Paused
Paused
| """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) | |
| """ | |