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
e5d1fd2e
Commit
e5d1fd2e
authored
4 years ago
by
Frisinghelli Daniel
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted imports to match new naming.
parent
e2498b78
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/core/graphics.py
+1
-2
1 addition, 2 deletions
pysegcnn/core/graphics.py
with
1 addition
and
2 deletions
pysegcnn/core/graphics.py
+
1
−
2
View file @
e5d1fd2e
...
@@ -18,7 +18,6 @@ License
...
@@ -18,7 +18,6 @@ License
import
os
import
os
import
pathlib
import
pathlib
import
itertools
import
itertools
import
datetime
# externals
# externals
import
numpy
as
np
import
numpy
as
np
...
@@ -33,7 +32,7 @@ from matplotlib import cm as colormap
...
@@ -33,7 +32,7 @@ from matplotlib import cm as colormap
# locals
# locals
from
pysegcnn.core.utils
import
accuracy_function
,
check_filename_length
from
pysegcnn.core.utils
import
accuracy_function
,
check_filename_length
from
pysegcnn.main.config
import
HERE
from
pysegcnn.main.
train_
config
import
HERE
# plot font size configuration
# plot font size configuration
SMALL
=
10
SMALL
=
10
...
...
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