MCPcopy Create free account

hub / github.com/MAC-VO/MAC-VO / types & classes

Types & classes200 in github.com/MAC-VO/MAC-VO

↓ 40 callersClassAutoScalingTensor
Utility/Extensions/TensorExtension.py:44
↓ 18 callersClassHourglass
Module/Network/TartanVOStereo/PSM/hourglass.py:55
↓ 10 callersClassColoredTqdm
Utility/PrettyPrint.py:51
↓ 7 callersClassConv
Module/Network/TartanVOStereo/PSM/hourglass.py:5
↓ 7 callersClassStereoData
DataLoader/Interface.py:57
↓ 6 callersClassAttitudeData
DataLoader/Interface.py:141
↓ 6 callersClassIMUData
(N) IMU measurements from a certain period of time
DataLoader/Interface.py:116
↓ 6 callersClassStereoFrame
DataLoader/Interface.py:194
↓ 5 callersClassTartanAirV2_StereoSequence
DataLoader/Dataset/TartanAir2.py:73
↓ 5 callersClassTensorQueue
A circular buffer tensor.
Utility/Extensions/TensorExtension.py:164
↓ 5 callersClassTrajectory
Utility/Trajectory.py:33
↓ 4 callersClassGridRecorder
Utility/Extensions/GridRecorder.py:8
↓ 4 callersClassPlotable
Utility/Trajectory.py:17
↓ 4 callersClassTartanAirMonocularDataset
Return images in the given directory ends with .png Return the image in shape (1, 3, H, W) with dtype=float32 and normalized (image in [
DataLoader/Dataset/TartanAir.py:165
↓ 4 callersClassdisparityregression
Module/Network/TartanVOStereo/PSM/submodule.py:58
↓ 4 callersClassfeature_extraction
Module/Network/TartanVOStereo/PSM/submodule.py:69
↓ 3 callersClassGraphOutput
Module/Optimization/TwoFramePGO/Graphs.py:25
↓ 3 callersClassResidual
Module/Network/TartanVOStereo/PSM/hourglass.py:27
↓ 3 callersClassSandbox
Utility/Sandbox.py:56
↓ 3 callersClassScaleFrame
Scale the image & ground truths on u and v direction and modify the camera intrinsic accordingly.
DataLoader/Transform.py:41
↓ 3 callersClassScaling_SingleEdge
Module/Map/Graph.py:285
↓ 3 callersClassStereoInertialFrame
DataLoader/Interface.py:198
↓ 3 callersClassVisualMap
Module/Map/VisualMap.py:15
↓ 3 callersClasshourglass
Module/Network/TartanVOStereo/PSM/stackhourglass.py:7
↓ 2 callersClassDepthCovPerformance
Utility/Datatypes.py:81
↓ 2 callersClassDepthPerformance
Utility/Datatypes.py:64
↓ 2 callersClassEurocMonocularDataset
Return images in the given directory ends with .png
DataLoader/Dataset/EuRoC.py:189
↓ 2 callersClassFlowCovPerformance
Utility/Datatypes.py:47
↓ 2 callersClassFlowPerformance
Utility/Datatypes.py:28
↓ 2 callersClassKITTIMonocularDataset
DataLoader/Dataset/KITTI.py:89
↓ 2 callersClassMonocularDataset
Return images in the given directory ends with .png Return the image in shape (1, 3, H, W) with dtype=float32 and normalized (image in [
DataLoader/Dataset/GeneralStereo.py:77
↓ 2 callersClassNoTransform
DataLoader/Transform.py:32
↓ 2 callersClassNormalize
Given mean: (R, G, B) and std: (R, G, B), This option should be before the to tensor
Module/Network/TartanVOStereo/Utility.py:204
↓ 2 callersClassScaling_DenseEdge_Multi
Module/Map/Graph.py:265
↓ 2 callersClassSepConvGRU
Module/Network/PWCNet/pwc_cov/gru.py:90
↓ 2 callersClassTartanAirGTDepthDataset
Returns pixel depth in shape of (1, H, W)
DataLoader/Dataset/TartanAir.py:200
↓ 2 callersClassTartanAirGTFlowDataset
Returns raw optical flow in shape of (1, 2, H, W)
DataLoader/Dataset/TartanAir.py:249
↓ 2 callersClassTartanAirIMUSimulator
DataLoader/Dataset/TartanAir.py:457
↓ 2 callersClassVBRMonocularDataset
DataLoader/Dataset/VBR.py:28
↓ 1 callersClassAddImageNoise
Add noise to image color. Note that the `stdv` is on scale of [0-255] image instead of on the scale of [0-1]. (That is, we will divide stdv b
DataLoader/Transform.py:136
↓ 1 callersClassAttentionLayer
Module/Network/PWCNet/pwc_cov/attention.py:89
↓ 1 callersClassCUDAGraphHandler
Module/Frontend/Frontend.py:123
↓ 1 callersClassCastDataType
DataLoader/Transform.py:153
↓ 1 callersClassCenterCropFrame
Center crop the image and modify ground truth & camera intrinsic accordingly.
DataLoader/Transform.py:97
↓ 1 callersClassChain
To have SML-like function chaining operator (f1 >> f2)(x) = f2(f1(x))
Utility/Extensions/Chain.py:9
↓ 1 callersClassCompose
Composes several transforms together. Args: transforms (List[Transform]): list of transforms to compose. Example: >>>
Module/Network/TartanVOStereo/Utility.py:28
↓ 1 callersClassCovHead
Module/Network/FlowFormerCov/covhead.py:8
↓ 1 callersClassCovUpdateBlock
Module/Network/FlowFormerCov/covhead.py:24
↓ 1 callersClassCropCenter
Crops a sample of data (tuple) at center if the image size is not large enough, it will be first resized with fixed ratio if fix_ratio is Fa
Module/Network/TartanVOStereo/Utility.py:50
↓ 1 callersClassDataFramePair
DataLoader/Interface.py:189
↓ 1 callersClassDeepPatchVO
Odometry/BaselineDPVO.py:18
↓ 1 callersClassDenseEdge_Multi
In case of one-to-multi mapping with continuous index. Can significantly reduce the memory footprint.
Module/Map/Graph.py:169
↓ 1 callersClassDownscaleFlow
Scale the flow and mask to a fixed size This function won't resize the RGBs flow/disp values will NOT be changed
Module/Network/TartanVOStereo/Utility.py:171
↓ 1 callersClassEuRoC_StereoSequence
DataLoader/Dataset/EuRoC.py:66
↓ 1 callersClassEurocIMULoader
DataLoader/Dataset/EuRoC.py:256
↓ 1 callersClassFlowFormerCov
Module/Network/FlowFormerCov/flownet.py:9
↓ 1 callersClassGaussianEncoder
Module/Network/PWCNet/pwc_cov/gru.py:121
↓ 1 callersClassGaussianGRU
Module/Network/PWCNet/pwc_cov/gru.py:24
↓ 1 callersClassGaussianHead
Module/Network/PWCNet/pwc_cov/gru.py:79
↓ 1 callersClassGaussianUpdateBlock
Module/Network/PWCNet/pwc_cov/gru.py:143
↓ 1 callersClassGlobalLog
Utility/PrettyPrint.py:90
↓ 1 callersClassGraphInput
Module/Optimization/TwoFramePGO/Graphs.py:12
↓ 1 callersClassGridSelector
Select keypoint following the grid - strictly uniform across the entire image. The requested `numPoint` will be used to estimate the spa
Module/KeypointSelector.py:216
↓ 1 callersClassHourglass2
Simplified Hourglass wo/ residule modules
Module/Network/TartanVOStereo/PSM/hourglass.py:80
↓ 1 callersClassHourglassDecoder
Module/Network/StereoCov/decoder.py:8
↓ 1 callersClassIMUNoiseGenerator
DataLoader/Dataset/TartanAir.py:640
↓ 1 callersClassLM_analytic
Module/Optimization/PyposeOptimizers.py:136
↓ 1 callersClassLoadFrom
Utility/Config.py:15
↓ 1 callersClassMemoryCovDecoder
Module/Network/FlowFormerCov/covhead.py:46
↓ 1 callersClassMotionSequence
Utility/Trajectory.py:209
↓ 1 callersClassMultiHeadAttention
Module/Network/PWCNet/pwc_cov/attention.py:58
↓ 1 callersClassPWCFeature
Module/Network/PWCNet/RAFTCov.py:11
↓ 1 callersClassPositionalEncoding2D
Module/Network/PWCNet/pwc_cov/attention.py:8
↓ 1 callersClassPreloadedSequence
DataLoader/SequenceBase.py:78
↓ 1 callersClassRAFTFlowCovNet
Module/Network/PWCNet/RAFTCov.py:123
↓ 1 callersClassResizeData
Resize the data in a dict
Module/Network/TartanVOStereo/Utility.py:115
↓ 1 callersClassSSP
Module/Network/TartanVOStereo/StereoNet.py:21
↓ 1 callersClassSSP
Module/Network/StereoCov/StereoNet.py:21
↓ 1 callersClassSandboxFile
Utility/Sandbox.py:36
↓ 1 callersClassScaling_SparseEdge_Multi
Module/Map/Graph.py:244
↓ 1 callersClassSingleEdge
A one-to-one mapping relationship between
Module/Map/Graph.py:217
↓ 1 callersClassSparseEdge_Multi
An arbitrary one-to-multi mapping relationship.
Module/Map/Graph.py:133
↓ 1 callersClassStereoCovNet
Module/Network/StereoCov/network.py:50
↓ 1 callersClassStereoFeature
Module/Network/StereoCov/network.py:15
↓ 1 callersClassStereoNet7
Module/Network/StereoCov/StereoNet.py:69
↓ 1 callersClassStereoVONet
Module/Network/TartanVOStereo/StereoVO.py:6
↓ 1 callersClassTartanAirIMULoader
DataLoader/Dataset/TartanAir.py:309
↓ 1 callersClassTartanAir_StereoSequence
DataLoader/Dataset/TartanAir.py:79
↓ 1 callersClassTartanMotionNet
Apply motion estimated by MotionNet adapted from TartanVO on previously optimized pose to predict next pose.
Module/MotionModel.py:90
↓ 1 callersClassTartanStereoVOMatch
Module/Network/TartanVOStereo/StereoVO_Interface.py:124
↓ 1 callersClassTartanStereoVOMotion
Module/Network/TartanVOStereo/StereoVO_Interface.py:154
↓ 1 callersClassToTensor
Module/Network/TartanVOStereo/Utility.py:244
↓ 1 callersClassTqdmProgress
Scripts/AdHoc/Download_ICRA25_Zed_Data.py:14
↓ 1 callersClassTrainDataset
DataLoader/Dataset/Train.py:10
↓ 1 callersClassTransformSequence
DataLoader/SequenceBase.py:98
↓ 1 callersClassYAMLFileProxy
Utility/Sandbox.py:15
ClassAllKeyframe
Module/KeyframeSelector.py:22
ClassAnalyticModule
Module/Optimization/PyposeOptimizers.py:24
ClassAnalytic_ICP_TwoframePGO
Module/Optimization/TwoFramePGO/Graphs.py:151
ClassAnalytic_ReprojDisp_TwoFramePGO
Module/Optimization/TwoFramePGO/Graphs.py:201
next →1–100 of 200, ranked by callers