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.
ff6c0869e43f17018ff29e528ec3251aa664e47a
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
19
Jan
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
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.
Added a function to extract values from a raster by another raster mask.
Added a function to plot each scene of a dataset.
Implemented the interface to the ALCD dataset.
Added the option to set a description for each raster band.
Added a function to convert decimal numbers to binary.
Added a function to efficiently replace values in an array.
Changed LabelMapping from Enum to dict.
Added option to keep source coordinate system during reprojection: useful for resampling only.
Major changes in the calibration of Landsat-8 and Sentinel-2.
Added two functions handling (i) the reprojection of a geospatial vector dataset to a defined coordinate system and (ii) the conversion of a vector dataset to a raster dataset.
Fixed typo.
Added a generic class to define label mappings.
Added optional NoData value.
Added Link to EPSG Finder.
Added a function to reproject a rraster to a defined coordinate reference system.
Made logging to file optional.
Added a check for an empty dataset.
Loading