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:
gtsiam
2024-09-28 14:21:42 -05:00
committed by GitHub
parent 576191cd4e
commit bbbb3b4a06
39 changed files with 2240 additions and 1892 deletions
+1 -1
View File
@@ -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.
[