MCPcopy Create free account

hub / github.com/ambakick/Person-Detection-and-Tracking / types & classes

Types & classes295 in github.com/ambakick/Person-Detection-and-Tracking

↓ 19 callersClassFakeModel
exporter_test.py:35
↓ 5 callersClassInt64Parser
Tensorflow Example int64 parser.
metrics/tf_example_parser.py:52
↓ 2 callersClassBoundingBoxParser
Tensorflow Example bounding box parser.
metrics/tf_example_parser.py:65
↓ 2 callersClassObjectDetectionEvaluation
Internal implementation of Pascal object detection metrics.
utils/object_detection_evaluation.py:603
↓ 2 callersClass_VRDDetectionEvaluation
Performs metric computation for the VRD task. This class is internal.
utils/vrd_evaluation.py:407
↓ 1 callersClassBackupHandler
An ItemHandler that tries two ItemHandlers in order.
data_decoders/tf_example_decoder.py:72
↓ 1 callersClassFakeFasterRCNNFeatureExtractor
Fake feature extracture to use in tests.
meta_architectures/faster_rcnn_meta_arch_test_lib.py:35
↓ 1 callersClassFakeSSDFeatureExtractor
meta_architectures/ssd_meta_arch_test.py:34
↓ 1 callersClassFloatParser
Tensorflow Example float parser.
metrics/tf_example_parser.py:27
↓ 1 callersClassLookupTensor
An ItemHandler that returns a parsed Tensor, the result of a lookup.
data_decoders/tf_example_decoder.py:36
↓ 1 callersClassMatch
Class to store results from the matcher. This class is used to store the results from the matcher. It provides convenient methods to query the ma
core/matcher.py:42
↓ 1 callersClassMockAnchorGenerator2x2
Sets up a simple 2x2 anchor grid on the unit square.
meta_architectures/ssd_meta_arch_test.py:54
↓ 1 callersClassMockBoxCoder
Test BoxCoder that encodes/decodes using the multiply-by-two function.
core/box_coder_test.py:24
↓ 1 callersClassMultipleGridAnchorGenerator
Generate a grid of anchors for multiple CNN layers.
anchor_generators/multiple_grid_anchor_generator.py:35
↓ 1 callersClassOIDHierarchicalLabelsExpansion
Main class to perform labels hierachical expansion.
dataset_tools/oid_hierarchical_labels_expansion.py:76
↓ 1 callersClassStringParser
Tensorflow Example string parser.
metrics/tf_example_parser.py:40
↓ 1 callersClassTargetAssigner
Target assigner to compute classification and regression targets.
core/target_assigner.py:48
↓ 1 callersClassTracker
tracker.py:10
↓ 1 callersClass_NoopVariableScope
A dummy class that does not push any scope.
core/box_predictor.py:572
ClassAddExtraFieldTest
utils/np_box_list_test.py:69
ClassAddExtraFieldTest
utils/np_box_mask_list_test.py:105
ClassAnchorGenerator
Abstract base class for anchor generators.
core/anchor_generator.py:38
ClassAnchorGeneratorBuilderTest
builders/anchor_generator_builder_test.py:30
ClassAreaRelatedTest
utils/np_box_mask_list_ops_test.py:25
ClassAreaRelatedTest
utils/np_box_list_ops_test.py:25
ClassArgMaxMatcher
Matcher based on highest value. This class computes matches from a similarity matrix. Each column is matched to a single row. To support objec
matchers/argmax_matcher.py:35
ClassArgMaxMatcherTest
matchers/argmax_matcher_test.py:25
ClassAssertShapeEqualTest
utils/shape_utils_test.py:239
ClassBalancedPositiveNegativeSampler
Subsamples minibatches to a desired balance of positives and negatives.
core/balanced_positive_negative_sampler.py:34
ClassBalancedPositiveNegativeSamplerTest
core/balanced_positive_negative_sampler_test.py:25
ClassBatchQueue
BatchQueue class. This class creates a batch queue to asynchronously enqueue tensors_dict. It also adds a FIFO prefetcher so that the batches are
core/batcher.py:26
ClassBatchTargetAssignerTest
core/target_assigner_test.py:465
ClassBatcherTest
core/batcher_test.py:26
ClassBootstrappedSigmoidClassificationLoss
Bootstrapped sigmoid cross entropy classification loss function. This loss uses a convex combination of training labels and the current model's p
core/losses.py:369
ClassBootstrappedSigmoidClassificationLossTest
core/losses_test.py:684
ClassBox
helpers.py:11
ClassBoxCoder
Abstract base class for box coder.
core/box_coder.py:43
ClassBoxCoderBuilderTest
builders/box_coder_builder_test.py:29
ClassBoxCoderTest
core/box_coder_test.py:37
ClassBoxList
Box collection. BoxList represents a list of bounding boxes as numpy array, where each bounding box is represented as a row of 4 numbers, [y_mi
utils/np_box_list.py:21
ClassBoxList
Box collection.
core/box_list.py:40
ClassBoxListFields
Naming conventions for BoxLists. Attributes: boxes: bounding box coordinates. classes: classes per bounding box. scores: scores per bou
core/standard_fields.py:124
ClassBoxListOpsTest
Tests for common bounding box operations.
core/box_list_ops_test.py:26
ClassBoxListTest
utils/np_box_list_test.py:24
ClassBoxListTest
Tests for BoxList class.
core/box_list_test.py:23
ClassBoxMaskList
Convenience wrapper for BoxList with masks. BoxMaskList extends the np_box_list.BoxList to contain masks as well. In particular, its constructor
utils/np_box_mask_list.py:22
ClassBoxMaskListTest
utils/np_box_mask_list_test.py:24
ClassBoxOpsTests
utils/np_box_ops_test.py:24
ClassBoxPredictor
BoxPredictor.
core/box_predictor.py:43
ClassBoxRefinementTest
core/box_list_ops_test.py:950
ClassCOCOEvalWrapper
Wrapper for the pycocotools COCOeval class. To evaluate, create two objects (groundtruth_dict and detections_list) using the conventions listed a
metrics/coco_tools.py:138
ClassCOCOWrapper
Wrapper for the pycocotools COCO class.
metrics/coco_tools.py:56
ClassCheckMinImageShapeTest
utils/shape_utils_test.py:217
ClassClassificationLossBuilderTest
builders/losses_builder_test.py:134
ClassCocoDetectionEvaluationTest
metrics/coco_evaluation_test.py:27
ClassCocoDetectionEvaluator
Class to evaluate COCO detection metrics.
metrics/coco_evaluation.py:24
ClassCocoEvaluationPyFuncTest
metrics/coco_evaluation_test.py:247
ClassCocoMaskEvaluationPyFuncTest
metrics/coco_evaluation_test.py:630
ClassCocoMaskEvaluationTest
metrics/coco_evaluation_test.py:545
ClassCocoMaskEvaluator
Class to evaluate COCO detection metrics.
metrics/coco_evaluation.py:368
ClassCocoToolsTest
metrics/coco_tools_test.py:28
ClassConcatenateTest
core/box_list_ops_test.py:673
ClassConfigUtilTest
utils/config_util_test.py:70
ClassContextManagerTest
utils/context_manager_test.py:25
ClassConvolutionalBoxPredictor
Convolutional Box Predictor. Optionally add an intermediate 1x1 convolutional layer after features and predict in parallel branches box_encodings
core/box_predictor.py:582
ClassConvolutionalBoxPredictorBuilderTest
builders/box_predictor_builder_test.py:27
ClassConvolutionalBoxPredictorTest
core/box_predictor_test.py:212
ClassCoordinatesConversionTest
core/box_list_ops_test.py:841
ClassCorLocTest
utils/per_image_evaluation_test.py:509
ClassCreateCocoTFRecordTest
dataset_tools/create_coco_tf_record_test.py:27
ClassCreateKittiTFRecordTest
dataset_tools/create_kitti_tf_record_test.py:27
ClassCreatePascalTFRecordTest
dataset_tools/create_pascal_tf_record_test.py:27
ClassCreateSSDAnchorsTest
anchor_generators/multiple_grid_anchor_generator_test.py:253
ClassCreateTargetAssignerTest
core/target_assigner_test.py:788
ClassDataAugmentationFnTest
inputs_test.py:293
ClassDataDecoder
Interface for data decoders.
core/data_decoder.py:25
ClassDataToNumpyParser
core/data_parser.py:27
ClassDataTransformationFnTest
inputs_test.py:399
ClassDatasetBuilderTest
builders/dataset_builder_test.py:31
ClassDatasetUtilTest
utils/dataset_util_test.py:26
ClassDetectionEvaluator
Interface for object detection evalution classes. Example usage of the Evaluator: ------------------------------ evaluator = DetectionEvaluator
utils/object_detection_evaluation.py:42
ClassDetectionModel
Abstract base class for detection models.
core/model.py:63
ClassDetectionResultFields
Naming conventions for storing the output of the detector. Attributes: source_id: source of the original image. key: unique key correspondi
core/standard_fields.py:98
ClassEmbeddedSSDMobileNetV1FeatureExtractor
Embedded-friendly SSD Feature Extractor using MobilenetV1 features. This feature extractor is similar to SSD MobileNetV1 feature extractor, and i
models/embedded_ssd_mobilenet_v1_feature_extractor.py:29
ClassEmbeddedSSDMobileNetV1FeatureExtractorTest
models/embedded_ssd_mobilenet_v1_feature_extractor_test.py:24
ClassEvalUtilTest
eval_util_test.py:28
ClassEvalUtilTest
utils/category_util_test.py:24
ClassExportInferenceGraphTest
exporter_test.py:76
ClassFPNFeatureMapGeneratorTest
models/feature_map_generators_test.py:137
ClassFakeDetectionModel
A simple (and poor) DetectionModel for use in test.
trainer_test.py:52
ClassFasterRCNNFeatureExtractor
Faster R-CNN Feature Extractor definition.
meta_architectures/faster_rcnn_meta_arch.py:116
ClassFasterRCNNInceptionResnetV2FeatureExtractor
Faster R-CNN with Inception Resnet v2 feature extractor implementation.
models/faster_rcnn_inception_resnet_v2_feature_extractor.py:33
ClassFasterRCNNInceptionV2FeatureExtractor
Faster R-CNN Inception V2 feature extractor implementation.
models/faster_rcnn_inception_v2_feature_extractor.py:53
ClassFasterRCNNMetaArch
Faster R-CNN Meta-architecture definition.
meta_architectures/faster_rcnn_meta_arch.py:221
ClassFasterRCNNMetaArchTest
meta_architectures/faster_rcnn_meta_arch_test.py:25
ClassFasterRCNNMetaArchTestBase
Base class to test Faster R-CNN and R-FCN meta architectures.
meta_architectures/faster_rcnn_meta_arch_test_lib.py:61
ClassFasterRCNNMobilenetV1FeatureExtractor
Faster R-CNN Mobilenet V1 feature extractor implementation.
models/faster_rcnn_mobilenet_v1_feature_extractor.py:55
ClassFasterRCNNNASFeatureExtractor
Faster R-CNN with NASNet-A feature extractor implementation.
models/faster_rcnn_nas_feature_extractor.py:115
ClassFasterRCNNPNASFeatureExtractor
Faster R-CNN with PNASNet feature extractor implementation.
models/faster_rcnn_pnas_feature_extractor.py:116
ClassFasterRCNNResnet101FeatureExtractor
Faster R-CNN Resnet 101 feature extractor implementation.
models/faster_rcnn_resnet_v1_feature_extractor.py:200
next →1–100 of 295, ranked by callers