mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:36:30 +00:00
update publish.cmd
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ if exist dist rmdir dist /s /q
|
|||||||
echo install python and dependencies
|
echo install python and dependencies
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
venv\Scripts\pip install -r requirements.txt
|
venv\Scripts\pip install -r requirements.txt
|
||||||
venv\Scripts\pip uninstall opencv-python
|
venv\Scripts\pip uninstall -y opencv-python
|
||||||
venv\Scripts\pip install opencv-python
|
venv\Scripts\pip install opencv-python
|
||||||
venv\Scripts\python setup.py build_ext --inplace
|
venv\Scripts\python setup.py build_ext --inplace
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@ set DESTINATION=dist\gps-denied\
|
|||||||
|
|
||||||
rd /S /Q %DESTINATION%
|
rd /S /Q %DESTINATION%
|
||||||
mkdir %DESTINATION%
|
mkdir %DESTINATION%
|
||||||
copy ..\gps-denied\image-matcher\build\release\image-matcher.exe %DESTINATION%
|
copy ..\gps-denied\image-matcher\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\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.dll %DESTINATION%
|
||||||
|
|||||||
Reference in New Issue
Block a user