mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:56:31 +00:00
check existsing in publish.cmd
This commit is contained in:
+5
-3
@@ -23,7 +23,7 @@ move dist\Azaion.Dataset.dll dist\dummy\
|
|||||||
echo Build Cython app
|
echo Build Cython app
|
||||||
cd Azaion.Inference
|
cd Azaion.Inference
|
||||||
echo remove dist folder:
|
echo remove dist folder:
|
||||||
rmdir dist /s /q
|
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
|
||||||
@@ -74,8 +74,10 @@ cd..
|
|||||||
|
|
||||||
echo Download onnx model
|
echo Download onnx model
|
||||||
cd build
|
cd build
|
||||||
echo Install cdn_manager
|
if not exist cdn_manager.exe (
|
||||||
call build_cdn_manager
|
echo Install cdn_manager
|
||||||
|
call build_cdn_manager
|
||||||
|
)
|
||||||
|
|
||||||
call cdn_manager.exe download models
|
call cdn_manager.exe download models
|
||||||
move models ..\dist\
|
move models ..\dist\
|
||||||
|
|||||||
Reference in New Issue
Block a user