mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:36:30 +00:00
739759628a
add DONE during inference, correct handling on C# side
22 lines
585 B
Batchfile
22 lines
585 B
Batchfile
pyinstaller --onefile ^
|
|
--collect-all jwt ^
|
|
--collect-all requests ^
|
|
--collect-all psutil ^
|
|
--collect-all cryptography ^
|
|
--collect-all msgpack ^
|
|
--collect-all expecttest ^
|
|
--collect-all torch ^
|
|
--collect-all ultralytics ^
|
|
--collect-all zmq ^
|
|
--hidden-import user ^
|
|
--hidden-import security ^
|
|
--hidden-import secure_model ^
|
|
--hidden-import api_client ^
|
|
--hidden-import hardware_service ^
|
|
--hidden-import constants ^
|
|
--hidden-import annotation ^
|
|
--hidden-import remote_command ^
|
|
--hidden-import ai_config ^
|
|
--hidden-import inference ^
|
|
--hidden-import remote_command_handler ^
|
|
start.py |