mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:06:31 +00:00
script fixes
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
set DESTINATION=%~dp0\bin\Debug\net8.0-windows\gps-denied
|
||||
|
||||
rd /S /Q %DESTINATION%\
|
||||
|
||||
copy ..\..\gps-denied\image-matcher\build\Desktop_Qt_6_9_0_MSVC2022_64bit-Release\release\image-matcher.exe %DESTINATION%
|
||||
|
||||
copy ..\..\gps-denied\.libs\libzmq\build\dist\bin\libzmq-v143-mt-4_3_6.dll %DESTINATION%
|
||||
copy ..\..\gps-denied\.libs\onnxruntime\lib\onnxruntime.dll %DESTINATION%
|
||||
copy ..\..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_cuda.dll %DESTINATION%
|
||||
copy ..\..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_shared.dll %DESTINATION%
|
||||
copy ..\..\gps-denied\.libs\opencv\build\dist\bin\opencv_world480.dll %DESTINATION%
|
||||
copy C:\Qt\6.9.0\msvc2022_64\bin\Qt6Core.dll %DESTINATION%
|
||||
|
||||
mkdir %DESTINATION%\models
|
||||
copy ..\..\gps-denied-work\models\* %DESTINATION%\models
|
||||
+16
-1
@@ -9,4 +9,19 @@ call upload-file %FILE1_TO_UPLOAD% %RESOURCES_FOLDER%
|
||||
set FILE2_TO_UPLOAD=%cd%\..\Azaion.Dataset\bin\%CONFIG%\net8.0-windows\Azaion.Dataset.dll
|
||||
call upload-file %FILE2_TO_UPLOAD% %RESOURCES_FOLDER%
|
||||
|
||||
call gps-denied-deploy
|
||||
set DESTINATION=%cd%\bin\Debug\net8.0-windows\gps-denied
|
||||
set GPS_DENIED=%cd%\..\..\gps-denied\
|
||||
|
||||
rmdir %DESTINATION% /s /q
|
||||
mkdir %DESTINATION%
|
||||
copy %GPS_DENIED%\image-matcher\build\Desktop_Qt_6_9_0_MSVC2022_64bit-Release\release\image-matcher.exe %DESTINATION%
|
||||
|
||||
copy %GPS_DENIED%\.libs\libzmq\build\dist\bin\libzmq-v143-mt-4_3_6.dll %DESTINATION%
|
||||
copy %GPS_DENIED%\.libs\onnxruntime\lib\onnxruntime.dll %DESTINATION%
|
||||
copy %GPS_DENIED%\.libs\onnxruntime\lib\onnxruntime_providers_cuda.dll %DESTINATION%
|
||||
copy %GPS_DENIED%\.libs\onnxruntime\lib\onnxruntime_providers_shared.dll %DESTINATION%
|
||||
copy %GPS_DENIED%\.libs\opencv\build\x64\vc16\bin\opencv_world4110.dll %DESTINATION%
|
||||
copy C:\Qt\6.9.0\msvc2022_64\bin\Qt6Core.dll %DESTINATION%
|
||||
|
||||
mkdir %DESTINATION%\models
|
||||
copy ..\..\gps-denied-work\models\* %DESTINATION%\models
|
||||
@@ -0,0 +1,5 @@
|
||||
host: 'https://cdnapi.azaion.com/'
|
||||
downloader_access_key: '8ynZ0rrMLL00GLBopklw'
|
||||
downloader_access_secret: 'McNgEKhAJUxoa3t4WDDbCbhYPg4Qhe7FNQEKrtbk'
|
||||
uploader_access_key: 'YhdHtKaq8DmvrYohetu6'
|
||||
uploader_access_secret: 'nlOtjo1c4UWiMiJOjcIpR0aJFPitIhcwU6zFev7H'
|
||||
+4
-4
@@ -80,17 +80,17 @@ copy %cudnn-folder%\* dist\*
|
||||
del dist\cudnn_adv64_9.dll
|
||||
|
||||
|
||||
set DESTINATION=dist\gps-denied
|
||||
|
||||
rd /S /Q %DESTINATION%\
|
||||
set DESTINATION=dist\gps-denied\
|
||||
|
||||
rd /S /Q %DESTINATION%
|
||||
mkdir -p %DESTINATION%
|
||||
copy ..\gps-denied\image-matcher\build\Desktop_Qt_6_9_0_MSVC2022_64bit-Release\release\image-matcher.exe %DESTINATION%
|
||||
|
||||
copy ..\gps-denied\.libs\libzmq\build\dist\bin\libzmq-v143-mt-4_3_6.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_cuda.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\onnxruntime\lib\onnxruntime_providers_shared.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\opencv\build\dist\bin\opencv_world480.dll %DESTINATION%
|
||||
copy ..\gps-denied\.libs\opencv\build\x64\vc16\bin\opencv_world4110.dll %DESTINATION%
|
||||
copy C:\Qt\6.9.0\msvc2022_64\bin\Qt6Core.dll %DESTINATION%
|
||||
|
||||
mkdir %DESTINATION%\models
|
||||
|
||||
Reference in New Issue
Block a user