Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PySegCNN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
earth_observation_public
PySegCNN
Commits
7e5a4d7d
Commit
7e5a4d7d
authored
4 years ago
by
Frisinghelli Daniel
Browse files
Options
Downloads
Patches
Plain Diff
Removed some options for network evaluation.
parent
54b1f584
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pysegcnn/main/config.py
+3
-15
3 additions, 15 deletions
pysegcnn/main/config.py
with
3 additions
and
15 deletions
pysegcnn/main/config.py
+
3
−
15
View file @
7e5a4d7d
...
...
@@ -370,6 +370,7 @@ tlda_config = {
# the evaluation configuration
eval_config
=
{
# -------------------------------------------------------------------------
# ----------------------------- Evaluation --------------------------------
# -------------------------------------------------------------------------
...
...
@@ -377,8 +378,8 @@ eval_config = {
# these options are only used for evaluating a trained model using
# pysegcnn.main.eval.py
# the model to evaluate
'
state_file
'
:
''
,
# the model
(s)
to evaluate
'
state_file
s
'
:
[
''
]
,
# Evaluate on datasets defined at training time ---------------------------
...
...
@@ -446,25 +447,12 @@ eval_config = {
# split_mode="date"
'
predict_scene
'
:
True
,
# whether to save plots of (input, ground truth, prediction) for each
# sample in the train/validation/test dataset to disk, applies if
# predict_scene=False
# output path is: pysegcnn/main/_samples/
'
plot_samples
'
:
False
,
# whether to save plots of (input, ground truth, prediction) for each scene
# in the train/validation/test dataset to disk, applies if
# predict_scene=True
# output path is: pysegcnn/main/_scenes/
'
plot_scenes
'
:
True
,
# whether to create an animation of (input, ground truth, prediction) for
# the scenes in the train/validation/test dataset. Useful when predicting a
# time-series.
# NOTE: this option only works if predict_scene=True and plot_scenes=True
# output path is: pysegcnn/main/_animations/
'
animate
'
:
False
,
# plot_bands defines the bands used to plot a false color composite of
# the input scene: red': bands[0], green': bands[1], blue': bands[2]
'
plot_bands
'
:
[
'
nir
'
,
'
red
'
,
'
green
'
],
...
...
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