mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:26:31 +00:00
11 lines
198 B
Batchfile
11 lines
198 B
Batchfile
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 |