Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MichaelRamamonjisoa/SharpNet
/ types & classes
Types & classes
24 in github.com/MichaelRamamonjisoa/SharpNet
⨍
Functions
105
◇
Types & classes
24
↓ 5 callers
Class
ResNet
resnet.py:109
↓ 3 callers
Class
Compose
Composes several transforms together.
data_transforms.py:316
↓ 3 callers
Class
Decoder
sharpnet_model.py:7
↓ 3 callers
Class
Normalize
Given mean: (R, G, B) and std: (R, G, B), will normalize each channel of the torch.*Tensor, i.e. channel = (channel - mean) / std
data_transforms.py:7
↓ 3 callers
Class
SharpNet
sharpnet_model.py:140
↓ 3 callers
Class
ToTensor
Converts a PIL.Image or numpy.ndarray (H x W x C) in the range [0, 255] to a torch.FloatTensor of shape (C x H x W) in the range [0.0, 1.0].
data_transforms.py:268
↓ 2 callers
Class
Depth
Depth: overwrite scale
representations.py:175
↓ 2 callers
Class
InputImage
Image class
representations.py:56
↓ 2 callers
Class
Mask
Mask:
representations.py:216
↓ 2 callers
Class
NYUDataset
dataset_manager.py:177
↓ 2 callers
Class
PBRSDataset
dataset_manager.py:119
↓ 2 callers
Class
SharpNetLoss
loss.py:45
↓ 1 callers
Class
Contours
Contours: overwrite scale to always have contours with 1 pixel width
representations.py:191
↓ 1 callers
Class
DepthBoundaryConsensusLoss
loss.py:266
↓ 1 callers
Class
DoobNetLoss
loss.py:9
↓ 1 callers
Class
HuberLoss
loss.py:150
↓ 1 callers
Class
LainaBerHuLoss
loss.py:119
↓ 1 callers
Class
NormalDepthConsensusLoss
loss.py:317
↓ 1 callers
Class
Normals
Normals: overwrite transforms to handle specificity of normals transforms
representations.py:134
↓ 1 callers
Class
SpatialGradientsLoss
loss.py:189
Class
BasicBlock
resnet.py:35
Class
Bottleneck
resnet.py:67
Class
GeoDataset
dataset_manager.py:13
Class
Representation
Intermediate representation object
representations.py:10