Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Commits
72330462
Commit
72330462
authored
4 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[configs.datasets.chasedb1.covd] Add comment
parent
6c80bd85
No related branches found
No related tags found
1 merge request
!12
Streamlining
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/ip/binseg/configs/datasets/chasedb1/covd.py
+2
-4
2 additions, 4 deletions
bob/ip/binseg/configs/datasets/chasedb1/covd.py
with
2 additions
and
4 deletions
bob/ip/binseg/configs/datasets/chasedb1/covd.py
+
2
−
4
View file @
72330462
...
...
@@ -20,7 +20,6 @@ from bob.ip.binseg.data.transforms import CenterCrop, Pad, Resize
from
bob.ip.binseg.configs.datasets
import
make_trainset
as
_maker
from
bob.ip.binseg.data.drive
import
dataset
as
_raw_drive
_drive
=
_maker
(
_raw_drive
.
subsets
(
"
default
"
)[
"
train
"
],
[
CenterCrop
((
544
,
544
)),
Resize
(
960
)],
...
...
@@ -28,7 +27,7 @@ _drive = _maker(
)
from
bob.ip.binseg.data.stare
import
dataset
as
_raw_stare
# n.b.: not the best fit, but what was there for Tim's work
_stare
=
_maker
(
_raw_stare
.
subsets
(
"
ah
"
)[
"
train
"
],
[
Pad
((
0
,
32
,
0
,
32
)),
Resize
(
960
),
CenterCrop
(
960
)],
...
...
@@ -36,13 +35,12 @@ _stare = _maker(
)
from
bob.ip.binseg.data.hrf
import
dataset
as
_raw_hrf
_hrf
=
_maker
(
_raw_hrf
.
subsets
(
"
default
"
)[
"
train
"
],
[
Pad
((
0
,
584
,
0
,
584
)),
Resize
(
960
)],
)
from
bob.ip.binseg.data.iostar
import
dataset
as
_raw_iostar
# n.b.: not the best fit, but what was there for Tim's work
_iostar
=
_maker
(
_raw_iostar
.
subsets
(
"
vessel
"
)[
"
train
"
],
[
Resize
(
960
)])
from
torch.utils.data
import
ConcatDataset
...
...
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