Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI4Forest/Global-Canopy-Height-Map
/ types & classes
Types & classes
14 in github.com/AI4Forest/Global-Canopy-Height-Map
⨍
Functions
61
◇
Types & classes
14
↓ 4 callers
Class
PreprocessedSatelliteDataset
Dataset class for preprocessed satellite imagery.
training/config.py:60
↓ 3 callers
Class
ShiftLoss
Class for the L1 loss function with shifted GEDI labels up to 10 meters in each direction.
training/losses/shift_loss.py:6
↓ 1 callers
Class
FixValDataset
Dataset class to load the fixval dataset.
training/config.py:34
↓ 1 callers
Class
HuberLoss
Huber Loss (Smooth L1 Loss)
training/losses/huber_loss.py:4
↓ 1 callers
Class
JointRandomRotationTransform
training/utilities.py:30
↓ 1 callers
Class
L1Loss
Mean Absolute error
training/losses/l1_loss.py:5
↓ 1 callers
Class
L2Loss
Mean Squared error
training/losses/l2_loss.py:5
↓ 1 callers
Class
Runner
Base class for all runners, defines the general functions
training/runner.py:29
↓ 1 callers
Class
SequentialSchedulers
Repairs SequentialLR to properly use the last learning rate of the previous scheduler when reaching milestones
training/utilities.py:41
↓ 1 callers
Class
ShiftHuberLoss
Implements the Huber version of the shifted loss
training/losses/shift_huber_loss.py:6
↓ 1 callers
Class
ShiftL1Loss
Implements the L1 version of the shifted loss
training/losses/shift_l1_loss.py:6
↓ 1 callers
Class
ShiftL2Loss
Implements the L2 version of the shifted loss
training/losses/shift_l2_loss.py:6
Class
GeneralUtility
General helper functions
training/utilities.py:8
Class
MetricsClass
Metrics class.
training/metrics.py:4