mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:36:30 +00:00
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:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user