README.md
setup.py
object_detection/__init__.py
object_detection/create_pascal_tf_record.py
object_detection/create_pascal_tf_record_test.py
object_detection/create_pet_tf_record.py
object_detection/eval.py
object_detection/eval_util.py
object_detection/evaluator.py
object_detection/export_inference_graph.py
object_detection/exporter.py
object_detection/exporter_test.py
object_detection/train.py
object_detection/trainer.py
object_detection/trainer_test.py
object_detection/anchor_generators/__init__.py
object_detection/anchor_generators/grid_anchor_generator.py
object_detection/anchor_generators/grid_anchor_generator_test.py
object_detection/anchor_generators/multiple_grid_anchor_generator.py
object_detection/anchor_generators/multiple_grid_anchor_generator_test.py
object_detection/box_coders/__init__.py
object_detection/box_coders/faster_rcnn_box_coder.py
object_detection/box_coders/faster_rcnn_box_coder_test.py
object_detection/box_coders/keypoint_box_coder.py
object_detection/box_coders/keypoint_box_coder_test.py
object_detection/box_coders/mean_stddev_box_coder.py
object_detection/box_coders/mean_stddev_box_coder_test.py
object_detection/box_coders/square_box_coder.py
object_detection/box_coders/square_box_coder_test.py
object_detection/builders/__init__.py
object_detection/builders/anchor_generator_builder.py
object_detection/builders/anchor_generator_builder_test.py
object_detection/builders/box_coder_builder.py
object_detection/builders/box_coder_builder_test.py
object_detection/builders/box_predictor_builder.py
object_detection/builders/box_predictor_builder_test.py
object_detection/builders/hyperparams_builder.py
object_detection/builders/hyperparams_builder_test.py
object_detection/builders/image_resizer_builder.py
object_detection/builders/image_resizer_builder_test.py
object_detection/builders/input_reader_builder.py
object_detection/builders/input_reader_builder_test.py
object_detection/builders/losses_builder.py
object_detection/builders/losses_builder_test.py
object_detection/builders/matcher_builder.py
object_detection/builders/matcher_builder_test.py
object_detection/builders/model_builder.py
object_detection/builders/model_builder_test.py
object_detection/builders/optimizer_builder.py
object_detection/builders/optimizer_builder_test.py
object_detection/builders/post_processing_builder.py
object_detection/builders/post_processing_builder_test.py
object_detection/builders/preprocessor_builder.py
object_detection/builders/preprocessor_builder_test.py
object_detection/builders/region_similarity_calculator_builder.py
object_detection/builders/region_similarity_calculator_builder_test.py
object_detection/core/__init__.py
object_detection/core/anchor_generator.py
object_detection/core/balanced_positive_negative_sampler.py
object_detection/core/balanced_positive_negative_sampler_test.py
object_detection/core/batcher.py
object_detection/core/batcher_test.py
object_detection/core/box_coder.py
object_detection/core/box_coder_test.py
object_detection/core/box_list.py
object_detection/core/box_list_ops.py
object_detection/core/box_list_ops_test.py
object_detection/core/box_list_test.py
object_detection/core/box_predictor.py
object_detection/core/box_predictor_test.py
object_detection/core/data_decoder.py
object_detection/core/keypoint_ops.py
object_detection/core/keypoint_ops_test.py
object_detection/core/losses.py
object_detection/core/losses_test.py
object_detection/core/matcher.py
object_detection/core/matcher_test.py
object_detection/core/minibatch_sampler.py
object_detection/core/minibatch_sampler_test.py
object_detection/core/model.py
object_detection/core/post_processing.py
object_detection/core/post_processing_test.py
object_detection/core/prefetcher.py
object_detection/core/prefetcher_test.py
object_detection/core/preprocessor.py
object_detection/core/preprocessor_test.py
object_detection/core/region_similarity_calculator.py
object_detection/core/region_similarity_calculator_test.py
object_detection/core/standard_fields.py
object_detection/core/target_assigner.py
object_detection/core/target_assigner_test.py
object_detection/data_decoders/__init__.py
object_detection/data_decoders/tf_example_decoder.py
object_detection/data_decoders/tf_example_decoder_test.py
object_detection/matchers/__init__.py
object_detection/matchers/argmax_matcher.py
object_detection/matchers/argmax_matcher_test.py
object_detection/matchers/bipartite_matcher.py
object_detection/matchers/bipartite_matcher_test.py
object_detection/meta_architectures/__init__.py
object_detection/meta_architectures/faster_rcnn_meta_arch.py
object_detection/meta_architectures/faster_rcnn_meta_arch_test.py
object_detection/meta_architectures/faster_rcnn_meta_arch_test_lib.py
object_detection/meta_architectures/rfcn_meta_arch.py
object_detection/meta_architectures/rfcn_meta_arch_test.py
object_detection/meta_architectures/ssd_meta_arch.py
object_detection/meta_architectures/ssd_meta_arch_test.py
object_detection/models/__init__.py
object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor.py
object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor_test.py
object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py
object_detection/models/faster_rcnn_resnet_v1_feature_extractor_test.py
object_detection/models/feature_map_generators.py
object_detection/models/feature_map_generators_test.py
object_detection/models/ssd_feature_extractor_test.py
object_detection/models/ssd_inception_v2_feature_extractor.py
object_detection/models/ssd_inception_v2_feature_extractor_test.py
object_detection/models/ssd_mobilenet_v1_feature_extractor.py
object_detection/models/ssd_mobilenet_v1_feature_extractor_test.py
object_detection/protos/__init__.py
object_detection/protos/anchor_generator_pb2.py
object_detection/protos/argmax_matcher_pb2.py
object_detection/protos/bipartite_matcher_pb2.py
object_detection/protos/box_coder_pb2.py
object_detection/protos/box_predictor_pb2.py
object_detection/protos/eval_pb2.py
object_detection/protos/faster_rcnn_box_coder_pb2.py
object_detection/protos/faster_rcnn_pb2.py
object_detection/protos/grid_anchor_generator_pb2.py
object_detection/protos/hyperparams_pb2.py
object_detection/protos/image_resizer_pb2.py
object_detection/protos/input_reader_pb2.py
object_detection/protos/losses_pb2.py
object_detection/protos/matcher_pb2.py
object_detection/protos/mean_stddev_box_coder_pb2.py
object_detection/protos/model_pb2.py
object_detection/protos/optimizer_pb2.py
object_detection/protos/pipeline_pb2.py
object_detection/protos/post_processing_pb2.py
object_detection/protos/preprocessor_pb2.py
object_detection/protos/region_similarity_calculator_pb2.py
object_detection/protos/square_box_coder_pb2.py
object_detection/protos/ssd_anchor_generator_pb2.py
object_detection/protos/ssd_pb2.py
object_detection/protos/string_int_label_map_pb2.py
object_detection/protos/train_pb2.py
object_detection/utils/__init__.py
object_detection/utils/category_util.py
object_detection/utils/category_util_test.py
object_detection/utils/dataset_util.py
object_detection/utils/dataset_util_test.py
object_detection/utils/label_map_util.py
object_detection/utils/label_map_util_test.py
object_detection/utils/learning_schedules.py
object_detection/utils/learning_schedules_test.py
object_detection/utils/metrics.py
object_detection/utils/metrics_test.py
object_detection/utils/np_box_list.py
object_detection/utils/np_box_list_ops.py
object_detection/utils/np_box_list_ops_test.py
object_detection/utils/np_box_list_test.py
object_detection/utils/np_box_ops.py
object_detection/utils/np_box_ops_test.py
object_detection/utils/object_detection_evaluation.py
object_detection/utils/object_detection_evaluation_test.py
object_detection/utils/ops.py
object_detection/utils/ops_test.py
object_detection/utils/per_image_evaluation.py
object_detection/utils/per_image_evaluation_test.py
object_detection/utils/shape_utils.py
object_detection/utils/shape_utils_test.py
object_detection/utils/static_shape.py
object_detection/utils/static_shape_test.py
object_detection/utils/test_utils.py
object_detection/utils/test_utils_test.py
object_detection/utils/variables_helper.py
object_detection/utils/variables_helper_test.py
object_detection/utils/visualization_utils.py
object_detection/utils/visualization_utils_test.py
util/__init__.py
util/all_util.py
util/compat.py
util/decorator_utils.py
util/decorator_utils_test.py
util/deprecation.py
util/deprecation_test.py
util/example_parser_configuration.py
util/example_parser_configuration_test.py
util/future_api.py
util/future_api_test.py
util/keyword_args.py
util/keyword_args_test.py
util/lazy_loader.py
util/nest.py
util/nest_test.py
util/tf_contextlib.py
util/tf_contextlib_test.py
util/tf_decorator.py
util/tf_decorator_test.py
util/tf_inspect.py
util/tf_inspect_test.py
util/tf_should_use.py
util/tf_should_use_test.py
util/protobuf/__init__.py
util/protobuf/compare.py
util/protobuf/compare_test.py
utils/__init__.py
utils/category_util.py
utils/category_util_test.py
utils/dataset_util.py
utils/dataset_util_test.py
utils/label_map_util.py
utils/label_map_util_test.py
utils/learning_schedules.py
utils/learning_schedules_test.py
utils/metrics.py
utils/metrics_test.py
utils/np_box_list.py
utils/np_box_list_ops.py
utils/np_box_list_ops_test.py
utils/np_box_list_test.py
utils/np_box_ops.py
utils/np_box_ops_test.py
utils/object_detection_evaluation.py
utils/object_detection_evaluation_test.py
utils/ops.py
utils/ops_test.py
utils/per_image_evaluation.py
utils/per_image_evaluation_test.py
utils/shape_utils.py
utils/shape_utils_test.py
utils/static_shape.py
utils/static_shape_test.py
utils/test_utils.py
utils/test_utils_test.py
utils/variables_helper.py
utils/variables_helper_test.py
utils/visualization_utils.py
utils/visualization_utils_test.py
vcv/__init__.py
vcv/hand_detector.py
vcv.egg-info/PKG-INFO
vcv.egg-info/SOURCES.txt
vcv.egg-info/dependency_links.txt
vcv.egg-info/entry_points.txt
vcv.egg-info/requires.txt
vcv.egg-info/top_level.txt
vcv/data/datafile