mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
Implement YOLOx for RKNN (#17788)
* Implement yolox rknn inference and post processing * rework docs
This commit is contained in:
@@ -180,7 +180,7 @@ def __post_process_multipart_yolo(
|
||||
x2 / width,
|
||||
]
|
||||
|
||||
return np.array(results, dtype=np.float32)
|
||||
return results
|
||||
|
||||
|
||||
def __post_process_nms_yolo(predictions: np.ndarray, width, height) -> np.ndarray:
|
||||
|
||||
Reference in New Issue
Block a user