MCPcopy Create free account

hub / github.com/amazon-science/siam-mot / types & classes

Types & classes53 in github.com/amazon-science/siam-mot

↓ 7 callersClassDLA
siammot/modelling/backbone/dla.py:241
↓ 6 callersClassDlaTree
siammot/modelling/backbone/dla.py:192
↓ 3 callersClassVideoDatasetBatchCollator
From a list of samples from the dataset, returns the batched images and targets. This should be passed to the DataLoader
siammot/data/video_dataset.py:128
↓ 2 callersClassImageDataset
siammot/data/image_dataset.py:13
↓ 2 callersClassSRPooler
SRPooler for Detection with or without FPN. Also, the requirement of passing the scales is not strictly necessary, as they can be inferre
siammot/modelling/track_head/EMM/sr_pool.py:9
↓ 2 callersClassVideoDataset
siammot/data/video_dataset.py:15
↓ 2 callersClassVideoTransformer
siammot/data/adapters/augmentation/video_augmentation.py:10
↓ 1 callersClassAOTFilter
A class for filtering AOT entities A gt entity will be filtered if it falls into one the following criterion 1. tracking id is not Heli
siammot/data/adapters/handler/data_filtering.py:108
↓ 1 callersClassCRPFilter
A class for filtering JTA dataset entities during evaluation A gt entity will be filtered (ignored) if its id is -1 (negative)
siammot/data/adapters/handler/data_filtering.py:53
↓ 1 callersClassCV2VideoIterator
Deprecated, it is slow. It is only used for sanity check.
demos/video_iterator.py:44
↓ 1 callersClassCombinedROIHeads
Combines a set of individual heads (for box prediction or masks) into a single head.
siammot/modelling/roi_heads.py:11
↓ 1 callersClassCompose
siammot/data/adapters/augmentation/build_augmentation.py:70
↓ 1 callersClassDatasetInference
siammot/engine/inferencer.py:77
↓ 1 callersClassDecordVideoIterator
The default video iterator with decord: https://github.com/dmlc/decord There would be memory issue when the video length is too long (> 20 mi
demos/video_iterator.py:9
↓ 1 callersClassDemoInference
Implement a wrapper to call tracker
demos/demo_inference.py:18
↓ 1 callersClassDlaRoot
siammot/modelling/backbone/dla.py:172
↓ 1 callersClassEMMFeatureExtractor
Feature extraction for template and search region is different in this case
siammot/modelling/track_head/EMM/feature_extractor.py:9
↓ 1 callersClassEMMLossComputation
siammot/modelling/track_head/EMM/track_loss.py:62
↓ 1 callersClassEMMPredictor
siammot/modelling/track_head/EMM/feature_extractor.py:43
↓ 1 callersClassEMMTargetSampler
Sample track targets for SiamMOT. It samples from track proposals from RPN
siammot/modelling/track_head/EMM/target_sampler.py:11
↓ 1 callersClassIOULoss
siammot/modelling/track_head/EMM/track_loss.py:33
↓ 1 callersClassImageCompression
Perform JPEG compression augmentation to an image
siammot/data/adapters/augmentation/image_augmentation.py:161
↓ 1 callersClassImageCropResize
Crop a patch from the image and resize to its original size
siammot/data/adapters/augmentation/image_augmentation.py:53
↓ 1 callersClassImageFolderIterator
Get a video iterator for a video that is represented with a image folder that includes a list of JPEG frames
demos/video_iterator.py:89
↓ 1 callersClassImageMotionBlur
Perform motion augmentation to an image
siammot/data/adapters/augmentation/image_augmentation.py:140
↓ 1 callersClassInferenceVideoData
Split the video into small chunks (in an non-overlapping fashion) for inference
siammot/data/build_inference_data_loader.py:8
↓ 1 callersClassMOTFilter
A class for filtering MOT dataset entities A gt entity will be filtered (ignored) if its visibility ratio is very low A predicted entity
siammot/data/adapters/handler/data_filtering.py:77
↓ 1 callersClassPostProcessor
From a set of classification scores, box regression and proposals, computes the post-processed boxes, and applies NMS to obtain the final
siammot/modelling/box_head/inference.py:11
↓ 1 callersClassROIBoxHead
Generic Box Head class.
siammot/modelling/box_head/box_head.py:10
↓ 1 callersClassRPNPostProcessor
siammot/operator_patch/rpn_patch.py:9
↓ 1 callersClassSiamMOT
Main class for R-CNN. Currently supports boxes and tracks. It consists of three main parts: - backbone - rpn - heads: takes the f
siammot/modelling/rcnn.py:15
↓ 1 callersClassSiamVideoColorJitter
siammot/data/adapters/augmentation/video_augmentation.py:84
↓ 1 callersClassSiamVideoCompressionAugment
siammot/data/adapters/augmentation/video_augmentation.py:166
↓ 1 callersClassSiamVideoMotionAugment
siammot/data/adapters/augmentation/video_augmentation.py:112
↓ 1 callersClassSiamVideoMotionBlurAugment
siammot/data/adapters/augmentation/video_augmentation.py:140
↓ 1 callersClassSiamVideoRandomHorizontalFlip
siammot/data/adapters/augmentation/video_augmentation.py:62
↓ 1 callersClassSiamVideoResize
siammot/data/adapters/augmentation/video_augmentation.py:35
↓ 1 callersClassTensorboardWriter
siammot/engine/tensorboard_writer.py:10
↓ 1 callersClassToTensor
siammot/data/adapters/augmentation/image_augmentation.py:177
↓ 1 callersClassTrackHead
siammot/modelling/track_head/track_head.py:8
↓ 1 callersClassTrackPool
A class to manage the track id distribution (initiate/kill a track)
siammot/modelling/track_head/track_utils.py:138
↓ 1 callersClassTrackSolver
siammot/modelling/track_head/track_solver.py:7
↓ 1 callersClassTrackUtils
A class that includes utility functions unique to track branch
siammot/modelling/track_head/track_utils.py:8
↓ 1 callersClassVisGenerator
Generate a video for visualization
demos/utils/vis_generator.py:8
↓ 1 callersClassVisWriter
Write the artifact of tracking results
demos/utils/vis_writer.py:7
ClassBaseFilter
siammot/data/adapters/handler/data_filtering.py:22
ClassDlaBasic
DLA Basic
siammot/modelling/backbone/dla.py:30
ClassDlaBottle2neck
Res2Net/Res2NeXT DLA Bottleneck Adapted from https://github.com/gasvn/Res2Net/blob/master/dla.py
siammot/modelling/backbone/dla.py:108
ClassDlaBottleneck
DLA/DLA-X Bottleneck
siammot/modelling/backbone/dla.py:60
ClassEMM
siammot/modelling/track_head/EMM/track_core.py:15
ClassFPN
siammot/operator_patch/fpn_patch.py:8
ClassImageResize
siammot/data/adapters/augmentation/image_augmentation.py:12
ClassToBGR255
siammot/data/adapters/augmentation/image_augmentation.py:182