mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 03:36:31 +00:00
Separate installers to Full and Iterative
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
echo Download onnx model
|
||||
pushd %~dp0
|
||||
|
||||
if not exist cdn_manager.exe (
|
||||
echo Install cdn_manager
|
||||
call build_cdn_manager
|
||||
)
|
||||
call cdn_manager.exe download models
|
||||
move models ..\dist-dlls\
|
||||
|
||||
popd
|
||||
Reference in New Issue
Block a user