MCPcopy Create free account

hub / github.com/42dot/VFDepth / types & classes

Types & classes19 in github.com/42dot/VFDepth

↓ 4 callersClassVFDepthAlgo
Model class for "Self-supervised surround-view depth estimation with volumetric feature fusion"
models/vfdepth.py:20
↓ 4 callersClassVFDepthTrainer
Trainer class for training and evaluation
trainer/vfdepth_trainer.py:12
↓ 2 callersClassDepthDecoder
This class decodes encoded 2D features to estimate depth map. Unlike monodepth depth decoder, we decode features with corresponding level we
network/fusion_depthnet.py:97
↓ 2 callersClassVFNet
Surround-view fusion module that estimates a single 3D feature using surround-view images
network/volumetric_fusionnet.py:11
↓ 1 callersClassDDADdatasetSF
Superclass for DGP dataset loaders of the packnet-sfm repository.
dataset/ddad_dataset_sf.py:13
↓ 1 callersClassDepthSynLoss
Class for depth synthesis loss calculation
models/losses/depth_synthesis_loss.py:8
↓ 1 callersClassFusedDepthNet
Depth fusion module
network/fusion_depthnet.py:14
↓ 1 callersClassFusedPoseNet
Canonical motion estimation module.
network/fusion_posenet.py:12
↓ 1 callersClassLogger
Logger class to monitor training
utils/logger.py:62
↓ 1 callersClassMonoDepthNet
Pytorch module for a depth network from the paper "Digging into Self-Supervised Monocular Depth Prediction"
network/mono_depthnet.py:7
↓ 1 callersClassMonoPoseNet
Pytorch module for a pose network from the paper "Digging into Self-Supervised Monocular Depth Prediction"
network/mono_posenet.py:8
↓ 1 callersClassMultiCamLoss
Class for multi-camera(spatio & temporal) loss calculation
models/losses/multi_cam_loss.py:9
↓ 1 callersClassNuScenesdataset
Loaders for NuScenes dataset
dataset/nuscenes_dataset.py:17
↓ 1 callersClassPose
Class for multi-camera pose calculation
models/geometry/pose.py:7
↓ 1 callersClassProjection
This class computes projection and reprojection function.
models/geometry/geometry_util.py:33
↓ 1 callersClassSingleCamLoss
Class for single camera(temporal only) loss calculation
models/losses/single_cam_loss.py:10
↓ 1 callersClassViewRendering
Class for rendering images from given camera parameters and pixel wise depth information
models/geometry/view_rendering.py:9
ClassBaseLoss
Base class loss calculation
models/losses/base_loss.py:5
ClassBaseModel
models/base_model.py:8