Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sean Fitzgibbon
SlideR 🍔
Commits
944d74f5
Commit
944d74f5
authored
Nov 04, 2021
by
Sean Fitzgibbon
Browse files
corrected input data types in config
parent
de99b27e
Changes
2
Hide whitespace changes
Inline
Side-by-side
slider/resources/slide.yaml
View file @
944d74f5
...
...
@@ -22,7 +22,7 @@ general:
# moving image settings
moving
:
dtype
:
f4
dtype
:
uint8
export
:
true
file
:
'
'
mask
:
...
...
@@ -40,7 +40,7 @@ moving:
# fixed image settings
fixed
:
dtype
:
f4
dtype
:
uint8
export
:
false
file
:
'
'
mask
:
...
...
slider/resources/slide_with_mask.yaml
View file @
944d74f5
...
...
@@ -22,7 +22,7 @@ general:
# moving image settings
moving
:
dtype
:
f4
dtype
:
uint8
export
:
true
file
:
'
'
mask
:
...
...
@@ -40,8 +40,8 @@ moving:
# fixed image settings
fixed
:
dtype
:
f4
export
:
fals
e
dtype
:
uint8
export
:
tru
e
file
:
'
'
mask
:
automask
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment