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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
bac6bc17571fae0b2cfd1b3a9b41219f687f8e7b
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
27
Jan
26
25
22
20
19
15
14
13
12
11
8
7
23
Dec
21
17
16
15
14
11
9
4
27
Nov
26
25
9
Oct
5
2
1
28
Sep
25
23
21
18
17
16
15
14
11
10
9
8
4
3
2
1
31
Aug
28
27
26
25
24
21
20
19
18
17
14
13
12
11
10
30
Jul
29
28
27
24
23
22
21
20
17
16
15
14
10
9
8
7
6
3
2
Improved extract by mask utility.
Improved the function to replace array values such that it handles also string datatypes.
Implemented the computation of the spectral distribution of the different classes.
Added seaborn dependency.
Improved extraction from raster: implemented clip to shapefile.
Updated dependencies.
Adjusted NetworkInference to accumulate statistics accross different model runs.
Adjusted imports to match new naming.
Split the configuration files for different types of training and evaluation.
Working on a more stable generation of model state files.
Moved random seed parameter to split configurations.
Implemented cross-validation subsampling.
Training script to train models on a single domain.
Preparing to split transfer learning to dedicated training script.
Major refactor of NetworkInference: implemented label mapping.
Adjusted dataset source directory.
Compliance to gdal v3.2 python bindings.
Removed some options for network evaluation.
Major refactor: Adapting NetworkInference to accomodate multiple models.
Removed the date option for plot_sample.
Added LabelMapping from Sparcs to Alcd and vice versa.
Handle 2d-input arrays.
Moved transfer learning part to dedicated configuration class.
Close gdal vrt dataset for safety reasons.
Changed naming convention.
Improved representation logging.
Fixed some issues when initializing model training.
Improved documentation of available options.
Moved training initialization to dedicated script.
Fixed band order on both Windows and Linux.
Improved logging when converting hdfs to tifs.
Implemented to set NoData value when saving numpy arrays to tifs; implemented band description in vrt files.
Major refactoring towards a general training class for classification problems.
Implemented changes of the configurable parameters.
Added UDA support at input feature level.
Number of input channels and output classes are saved to state file; configurable loss function support dropped.
Decluttered checkpoint/transfer learning model initialization.
Major generalization of Network class; added support for AdamW and AMSgrad.
Implemented configuration of optimizer keyword arguments.
Added a function to calculate the extent of a low-resolution pixel in a high resolution image.
Loading