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.
cafc978b63f1c00c88e9bd2f6764a100658c3495
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
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
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.
Added support for hdf file format.
Assigned correct datatype to gdal byte type.
Added Sentinel 2 L1C top of atmosphere reflectance computation.
Implemented cleaner solution to handle spectral bands and class labels from constants.py
Included class methods to build the spectral band and the class label dictionaries.
Added option to hide axis ticks, labels and text artists.
Allow NoneType object for parameter tile_size.
Added option to add keyword arguments to the optimizer.
Generalized the network saving and loading utilities.
Added function to convert enumeration to dictionary.
Made the calcutation of the prediction accuracy optional.
Stable version for ai4ebv test case.
Stable version.
Working on a generalization of the NetworkTrainer class.
Improved Sentinel 2 product name parsing.
Implemented support to inherit data type from gdal.
Fixed bug: correct variable is now called.
Replaced markdown with restructured text.
Implemented a workaround for very long filenames.
Fixed an error in the parsing of old Sentinel 2 scene naming convention.
Replaced source dataset path.
Correctly escaped the prefix to support long path names.
Handle long filenames on Windows.
Fixed a bug: state file for uda with pretrained model is now correctly specified.
Modified confusion matrix filenames to identify different subsets.
Handle absolute paths with more than 260 characters on Windows.
Loading