fix bug with annotation result gradient stops

add tensorrt engine
This commit is contained in:
Alex Bezdieniezhnykh
2025-04-02 00:29:21 +03:00
parent e0c88bd8fb
commit b21f8e320f
36 changed files with 544 additions and 206 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
pyinstaller --onefile ^
pyinstaller --name=azaion-inference ^
--collect-all pyyaml ^
--collect-all jwt ^
--collect-all requests ^
@@ -8,6 +8,9 @@ pyinstaller --onefile ^
--collect-all cryptography ^
--collect-all cv2 ^
--collect-all onnxruntime ^
--collect-all tensorrt ^
--collect-all pycuda ^
--collect-all re ^
--hidden-import constants ^
--hidden-import annotation ^
--hidden-import credentials ^
@@ -19,6 +22,7 @@ pyinstaller --onefile ^
--hidden-import hardware_service ^
--hidden-import remote_command ^
--hidden-import ai_config ^
--hidden-import inference_engine ^
--hidden-import inference ^
--hidden-import remote_command_handler ^
start.py