mirror of
https://github.com/azaion/detections.git
synced 2026-06-23 13:21:08 +00:00
8baa96978b
- Updated the detection image endpoint to require a channel ID for event streaming. - Introduced a new endpoint for streaming detection events, allowing clients to receive real-time updates. - Enhanced the internal buffering mechanism for detection events to manage multiple channels. - Refactored the inference module to support the new event handling structure. Made-with: Cursor
6 lines
112 B
Cython
6 lines
112 B
Cython
from engines.tensorrt_engine cimport TensorRTEngine
|
|
|
|
|
|
cdef class JetsonTensorRTEngine(TensorRTEngine):
|
|
pass
|