add altitude + camera spec component and calc tile size by this

also restrict detections to be no bigger than in classes.json
This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-09-23 01:48:10 +03:00
parent b0e4b467c1
commit fde9a9f418
36 changed files with 715 additions and 222 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
echo Build Cython app
set CURRENT_DIR=%cd%
REM Change to the parent directory of the current location
REM Change to the file's directory
cd /d %~dp0
echo remove dist folder:
@@ -58,5 +58,6 @@ robocopy "dist\azaion-inference\_internal" "..\dist-azaion\_internal" "onnx_engi
robocopy "dist\azaion-inference\_internal" "..\dist-dlls\_internal" /E
robocopy "dist\azaion-inference" "..\dist-azaion" "azaion-inference.exe"
robocopy "." "..\dist-azaion" "classes.json"
cd /d %CURRENT_DIR%