VAR-RFDETR / pipeline /__init__.py
mirrash7's picture
VAR-RFDETR: RF-DETR-Seg large detector with box/segment toggle
82b93d3 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)
"""