fix switcher between modes in DatasetExplorer.xaml

This commit is contained in:
Alex Bezdieniezhnykh
2025-03-02 21:32:31 +02:00
parent 227d01ba5e
commit d93da15528
15 changed files with 141 additions and 55 deletions
+3 -2
View File
@@ -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 ..