fix initialization, throttle operations

day/winter/night switcher fixes
This commit is contained in:
Alex Bezdieniezhnykh
2025-02-19 23:07:16 +02:00
parent c314268d1e
commit d1af7958f8
17 changed files with 170 additions and 88 deletions
+7 -3
View File
@@ -1,6 +1,5 @@
@echo off
cd Azaion.Suite
echo Build .net app
dotnet build -c Release
@@ -17,7 +16,7 @@ move dist\Azaion.Annotator.dll dist\dummy\
move dist\Azaion.Dataset.dll dist\dummy\
echo Build Cython app
cd Azaion.Inference\
cd Azaion.Inference
call ".\venv\Scripts\activate.bat"
pyinstaller --onefile ^
--collect-all jwt ^
@@ -42,4 +41,9 @@ pyinstaller --onefile ^
--hidden-import inference ^
--hidden-import remote_command_handler ^
start.py
move dist\start.exe ..\dist\azaion-inference.exe
move dist\start.exe ..\dist\azaion-inference.exe
copy config.yaml ..\dist
echo Copy ico
cd ..
copy logo.ico dist\