MCPcopy Create free account

hub / github.com/CAMMA-public/SurgLatentGraph / types & classes

Types & classes63 in github.com/CAMMA-public/SurgLatentGraph

↓ 4 callersClassPositionalEncoding
model/predictor_heads/modules/layers.py:253
↓ 3 callersClassCustomSequential
model/predictor_heads/modules/utils.py:44
↓ 3 callersClassSPADE
model/predictor_heads/modules/SPADE/normalization.py:66
↓ 3 callersClassSelectItem
model/predictor_heads/modules/utils.py:18
↓ 2 callersClassGraphTripleConv
model/predictor_heads/modules/gnn_models.py:31
↓ 2 callersClassSingleStageModel
model/predictor_heads/modules/mstcn.py:68
↓ 2 callersClassSqueezeItem
model/predictor_heads/modules/utils.py:27
↓ 1 callersClassCRNBlock
Cascaded refinement network (CRN) block, as described in: Qifeng Chen and Vladlen Koltun, "Photographic Image Synthesis with Cascaded Refinemen
model/predictor_heads/modules/decoder.py:27
↓ 1 callersClassDilatedResidualLayer
model/predictor_heads/modules/mstcn.py:96
↓ 1 callersClassFlatten
model/predictor_heads/modules/layers.py:63
↓ 1 callersClassGNNBlock
model/predictor_heads/modules/gnn_models.py:389
↓ 1 callersClassGraphTripleConvNet
model/predictor_heads/modules/gnn_models.py:199
↓ 1 callersClassNorm
model/predictor_heads/modules/norm.py:4
↓ 1 callersClassResidualBlock
model/predictor_heads/modules/layers.py:87
↓ 1 callersClassSPADEResnetBlock
ResNet block used in SPADE. It differs from the ResNet block of pix2pixHD in that it takes in the segmentation map as input, learns the s
model/predictor_heads/modules/decoder.py:67
↓ 1 callersClassSSIM_RoI
evaluator/CocoMetricRGD.py:443
ClassAllFramesSample
Code to load all the frames and associated metadata in a video
datasets/custom_loading.py:345
ClassBaseNetwork
model/predictor_heads/modules/SPADE/base_network.py:10
ClassClearGPUMem
hooks/custom_hooks.py:135
ClassCocoDatasetWithDS
datasets/custom_loading.py:100
ClassCocoMetricRGD
evaluator/CocoMetricRGD.py:24
ClassCopyDetectorBackbone
hooks/custom_hooks.py:88
ClassCountTrainableParameters
hooks/custom_hooks.py:47
ClassDSHead
DS Head to predict downstream task from graph Args: num_classes (int) gnn_cfg (ConfigType): gnn cfg img_feat_key (str): u
model/predictor_heads/ds.py:21
ClassDecoderNetwork
Decoder Network that generates a target image from a pair of masked source image and layout Implemented in two options: with a CRN block or a
model/predictor_heads/reconstruction.py:315
ClassDeepCVS
Detector that also outputs downstream predictions. Args: detector (ConfigType): underlying object detector config num_classes: in
model/deepcvs.py:16
ClassDeepCVSTemporal
Temporal extension of DeepCVS. replace decoder predictor with transformer.
model/deepcvs_temporal.py:20
ClassDeformableDETRHeadWithIndices
model/modified_detectors/def_detr_with_queries.py:39
ClassDeformableDETRWithQueries
model/modified_detectors/def_detr_with_queries.py:12
ClassDilatedSmoothLayer
model/predictor_heads/modules/mstcn.py:132
ClassDuplicateItem
model/predictor_heads/modules/utils.py:36
ClassFreezeHook
hooks/custom_hooks.py:7
ClassFreezeLGDetector
hooks/custom_hooks.py:64
ClassGNN
model/predictor_heads/modules/gnn_models.py:244
ClassGNNHead
GNN module that takes a graph (BaseDataElement) object and processes the node and edge features. Args: num_layers (int) arch
model/predictor_heads/modules/gnn.py:16
ClassGlobalAvgPool
model/predictor_heads/modules/layers.py:82
ClassGraphHead
Graph Head to construct graph from detections Args: edges_per_node (int) viz_feat_size (int) roi_extractor gnn_cf
model/predictor_heads/graph.py:24
ClassLGDetector
Detector that also outputs a scene graph, reconstructed image, and any downstream predictions. Args: detector (ConfigType): underlying ob
model/lg.py:31
ClassLatentGraphVisualizer
visualizer/LatentGraphVisualizer.py:12
ClassLoadAnnotationsWithDS
datasets/custom_loading.py:23
ClassLoadLG
datasets/custom_loading.py:65
ClassLoadTrackAnnotationsWithDS
datasets/custom_loading.py:49
ClassMask2FormerHeadWithQueries
model/modified_detectors/mask2former_with_queries.py:41
ClassMask2FormerWithQueries
model/modified_detectors/mask2former_with_queries.py:14
ClassMaskFormerFusionHeadWithIndices
model/modified_detectors/mask2former_with_queries.py:118
ClassMultiStageModel
model/predictor_heads/modules/mstcn.py:9
ClassReconstructionHead
Reconstruction Head from object-centric features Args: img_decoder_cfg (ConfigType): decoder img_aspect_ratio (tuple[int]): aspe
model/predictor_heads/reconstruction.py:20
ClassReconstructionLoss
model/predictor_heads/modules/loss.py:13
ClassRevGNN
model/predictor_heads/modules/gnn_models.py:405
ClassSAMDetector
model/modified_detectors/sam_detector.py:25
ClassSAMQueryVisualizer
visualizer/SAMQueryVisualizer.py:12
ClassSTDSHead
model/predictor_heads/ds.py:393
ClassSV2LSTG
model/sv2lstg.py:21
ClassSavedLGPreprocessor
model/saved_lg_preprocessor.py:6
ClassSgSingleRoIExtractor
Extract RoI features from a single level feature map. If there are multiple input feature levels, each RoI is mapped to a level according to
model/roi_extractors/sg_single_level_roi_extractor.py:8
ClassSimpleClassifier
model/simple_classifier.py:13
ClassTestLoopKeyframeEval
runner/custom_loops.py:22
ClassTrackCustomKeyframeSampler
Code to sample a keyframe from the entire dataset
datasets/custom_loading.py:207
ClassUnflatten
model/predictor_heads/modules/layers.py:70
ClassUniformRefFrameSampleWithPad
Code to load all images and metadata for a clip given a keyframe
datasets/custom_loading.py:303
ClassVGG19
model/predictor_heads/modules/SPADE/architectures.py:15
ClassValLoopKeyframeEval
runner/custom_loops.py:5
ClassVideoDatasetWithDS
datasets/custom_loading.py:117