mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
rename yolonas to post_process_yolonas
This commit is contained in:
parent
a92bd60742
commit
aded9c91a3
@ -22,7 +22,7 @@ class DetectionApi(ABC):
|
||||
def detect_raw(self, tensor_input):
|
||||
pass
|
||||
|
||||
def yolonas(self, output):
|
||||
def post_process_yolonas(self, output):
|
||||
"""
|
||||
@param output: output of inference
|
||||
expected shape: [np.array(1, N, 4), np.array(1, N, 80)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user