mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-30 07:39:01 +03:00
Split config.py into multiple files (#14038)
* Replace logging.warn with logging.warning * Install config global state early * Split config.py into more manageable pieces
This commit is contained in:
@@ -199,7 +199,7 @@ class TensorRtDetector(DetectionApi):
|
||||
|
||||
# Run inference.
|
||||
if not self._execute():
|
||||
logger.warn("Execute returned false")
|
||||
logger.warning("Execute returned false")
|
||||
|
||||
# Transfer predictions back from the GPU.
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user