mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:26:30 +00:00
fix bug with annotation result gradient stops
add tensorrt engine
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user