Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MLSP2019_Software_Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lutobi
MLSP2019_Software_Package
Commits
1bacf381
Commit
1bacf381
authored
5 years ago
by
Lukasz Tomasz Bienias
Browse files
Options
Downloads
Patches
Plain Diff
Bash scripts uncommented
parent
1c99ca27
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
mask_rcnn/run_maskrcnn.sh
+0
-1
0 additions, 1 deletion
mask_rcnn/run_maskrcnn.sh
run_all.sh
+1
-1
1 addition, 1 deletion
run_all.sh
sa_fcn/run_safcn.sh
+4
-4
4 additions, 4 deletions
sa_fcn/run_safcn.sh
with
5 additions
and
6 deletions
mask_rcnn/run_maskrcnn.sh
+
0
−
1
View file @
1bacf381
...
...
@@ -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!
&&
...
...
This diff is collapsed.
Click to expand it.
run_all.sh
+
1
−
1
View file @
1bacf381
...
...
@@ -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
&&
...
...
This diff is collapsed.
Click to expand it.
sa_fcn/run_safcn.sh
+
4
−
4
View file @
1bacf381
...
...
@@ -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
==============================================================================================
&&
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment