mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
Cleanup
This commit is contained in:
parent
7e4c1a5015
commit
459f87995b
@ -11,8 +11,8 @@ from frigate.detectors.detector_config import (
|
||||
)
|
||||
from frigate.util.model import (
|
||||
get_ort_providers,
|
||||
post_process_rfdetr,
|
||||
post_process_dfine,
|
||||
post_process_rfdetr,
|
||||
post_process_yolov9,
|
||||
)
|
||||
|
||||
|
||||
@ -95,7 +95,6 @@ def post_process_rfdetr(tensor_output: list[np.ndarray, np.ndarray]) -> np.ndarr
|
||||
bbox[3],
|
||||
bbox[2],
|
||||
]
|
||||
# print(f"found a detection {detections[i]}")
|
||||
|
||||
return detections
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user