mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
fix switcher between modes in DatasetExplorer.xaml
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
@echo off
|
||||
|
||||
cd %~dp0..
|
||||
echo Build .net app
|
||||
dotnet build -c Release
|
||||
|
||||
@@ -46,8 +47,8 @@ move dist\start.exe ..\dist\azaion-inference.exe
|
||||
copy config.yaml ..\dist
|
||||
|
||||
echo Download onnx model
|
||||
cd build
|
||||
call onnx_download.exe
|
||||
cd ..\build
|
||||
call onnx_downloader.exe
|
||||
move azaion.onnx.big ..\dist\
|
||||
cd ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user