-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNephrostomyTutor.bat
More file actions
13 lines (10 loc) · 1.09 KB
/
NephrostomyTutor.bat
File metadata and controls
13 lines (10 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
title Nephrostomy Tutor
START /MIN C:\Users\Outreach\PlusApp-2.9.0.20240906-Telemed-Win32\bin\PlusServerLauncher.exe --connect --device-set-configuration-dir="C:\Users\Outreach\Documents\NephrostomyTutor\Config" --config-file=Telemed-60mm-L12_Ascension.xml
START /MIN C:\Users\Outreach\PlusApp-2.9.0.20201217-Win32\bin\PlusServerLauncher.exe --connect --device-set-configuration-dir="C:\Users\Outreach\NephrostomyTutor\Config" --config-file=PlusDeviceSet_Server_IntelRealSenseVideo.xml
cd "c:\Users\Outreach\AppData\Local\slicer.org\Slicer 5.7.0-2024-09-30"
START Slicer.exe --python-code "slicer.modules.nephrostomytutor.widgetRepresentation();slicer.modules.NephrostomyTutorWidget.launchGuideletButton.click()"
REM cd %HOMEPATH%\Anaconda3\condabin
REM call conda activate kerasGPUEnv
REM cd %HOMEPATH%
REM call python .\Documents\CentralLineTutor\WorkflowAnalysis\kerasClassifier.py --cnn_model_name=mobileNetv2_cnn_lovo_3 --lstm_model_name=LSTM_parallel_TBME_lovo_50f4ds_3 --model_directory=C:/Users/perk/Documents/CentralLineTutor/CentralLineTutor/CentralLineTutor/Resources/Networks
REM call conda deactivate