Skip to content
Snippets Groups Projects
Commit 1bacf381 authored by Lukasz Tomasz Bienias's avatar Lukasz Tomasz Bienias
Browse files

Bash scripts uncommented

parent 1c99ca27
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ echo Lets start with some training! &&
cd samples/glands/ &&
for i in {1..5}
do
# python3 -W ignore glands.py train --dataset=/dtu-compute/s162377/mlsp2019_software_package/mask_rcnn_git/samples/glands/glands/ --subset=train --weights=coco
python3 -W ignore glands.py train --dataset=./glands/ --subset=train --weights=coco
done || exit 1
echo Successfully finished training! &&
......
......@@ -5,7 +5,7 @@ echo Welcome to MLSP 2019 Software Package! &&
echo ============================================================================================== &&
echo Lets start with Mask R-CNN! &&
cd mask_rcnn &&
#./run_maskrcnn.sh &&
./run_maskrcnn.sh &&
echo Successfully finished Mask R-CNN! &&
echo ============================================================================================== &&
cd ../sa_fcn &&
......
......@@ -4,10 +4,10 @@
echo Welcome to SA-FCN! &&
echo ============================================================================================== &&
echo Lets start with some training! &&
#for i in {1..5}
#do
# python3 -W ignore python/train.py Gland;
#done || exit 1
for i in {1..5}
do
python3 -W ignore python/train.py Gland;
done || exit 1
echo Successfully finished training! &&
echo ============================================================================================== &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment