Commit 15595ff
committed
Remove hardcoded
I previously pushed some updates that lets df3d determine the input
image size by just looking at the first image file, but I left the
default image size in config until being sure this worked. We've now run
df3d a lot on input images that have different sizes, and it works.
Running on different input sizes requires the user to _either_ update
the df3d.config['image_shape'] value for each dataset, or delete that
value which allows it to be automatically inferred. So let's just delete
the default value so that it can always automatically be inferred.image_shape from config.py
1 parent 070e753 commit 15595ff
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments