README.md
setup.py
tf_object_detection/research/object_detection/__init__.py
tf_object_detection/research/object_detection/eval_util.py
tf_object_detection/research/object_detection/eval_util_test.py
tf_object_detection/research/object_detection/export_inference_graph.py
tf_object_detection/research/object_detection/export_tflite_ssd_graph.py
tf_object_detection/research/object_detection/export_tflite_ssd_graph_lib.py
tf_object_detection/research/object_detection/export_tflite_ssd_graph_lib_test.py
tf_object_detection/research/object_detection/exporter.py
tf_object_detection/research/object_detection/exporter_test.py
tf_object_detection/research/object_detection/inputs.py
tf_object_detection/research/object_detection/inputs_test.py
tf_object_detection/research/object_detection/model_hparams.py
tf_object_detection/research/object_detection/model_lib.py
tf_object_detection/research/object_detection/model_lib_test.py
tf_object_detection/research/object_detection/model_lib_v2.py
tf_object_detection/research/object_detection/model_lib_v2_test.py
tf_object_detection/research/object_detection/model_main.py
tf_object_detection/research/object_detection/model_tpu_main.py
tf_object_detection/research/object_detection/anchor_generators/__init__.py
tf_object_detection/research/object_detection/anchor_generators/flexible_grid_anchor_generator.py
tf_object_detection/research/object_detection/anchor_generators/flexible_grid_anchor_generator_test.py
tf_object_detection/research/object_detection/anchor_generators/grid_anchor_generator.py
tf_object_detection/research/object_detection/anchor_generators/grid_anchor_generator_test.py
tf_object_detection/research/object_detection/anchor_generators/multiple_grid_anchor_generator.py
tf_object_detection/research/object_detection/anchor_generators/multiple_grid_anchor_generator_test.py
tf_object_detection/research/object_detection/anchor_generators/multiscale_grid_anchor_generator.py
tf_object_detection/research/object_detection/anchor_generators/multiscale_grid_anchor_generator_test.py
tf_object_detection/research/object_detection/box_coders/__init__.py
tf_object_detection/research/object_detection/box_coders/faster_rcnn_box_coder.py
tf_object_detection/research/object_detection/box_coders/faster_rcnn_box_coder_test.py
tf_object_detection/research/object_detection/box_coders/keypoint_box_coder.py
tf_object_detection/research/object_detection/box_coders/keypoint_box_coder_test.py
tf_object_detection/research/object_detection/box_coders/mean_stddev_box_coder.py
tf_object_detection/research/object_detection/box_coders/mean_stddev_box_coder_test.py
tf_object_detection/research/object_detection/box_coders/square_box_coder.py
tf_object_detection/research/object_detection/box_coders/square_box_coder_test.py
tf_object_detection/research/object_detection/builders/__init__.py
tf_object_detection/research/object_detection/builders/anchor_generator_builder.py
tf_object_detection/research/object_detection/builders/anchor_generator_builder_test.py
tf_object_detection/research/object_detection/builders/box_coder_builder.py
tf_object_detection/research/object_detection/builders/box_coder_builder_test.py
tf_object_detection/research/object_detection/builders/box_predictor_builder.py
tf_object_detection/research/object_detection/builders/box_predictor_builder_test.py
tf_object_detection/research/object_detection/builders/calibration_builder.py
tf_object_detection/research/object_detection/builders/calibration_builder_test.py
tf_object_detection/research/object_detection/builders/dataset_builder.py
tf_object_detection/research/object_detection/builders/dataset_builder_test.py
tf_object_detection/research/object_detection/builders/graph_rewriter_builder.py
tf_object_detection/research/object_detection/builders/graph_rewriter_builder_test.py
tf_object_detection/research/object_detection/builders/hyperparams_builder.py
tf_object_detection/research/object_detection/builders/hyperparams_builder_test.py
tf_object_detection/research/object_detection/builders/image_resizer_builder.py
tf_object_detection/research/object_detection/builders/image_resizer_builder_test.py
tf_object_detection/research/object_detection/builders/input_reader_builder.py
tf_object_detection/research/object_detection/builders/input_reader_builder_test.py
tf_object_detection/research/object_detection/builders/losses_builder.py
tf_object_detection/research/object_detection/builders/losses_builder_test.py
tf_object_detection/research/object_detection/builders/matcher_builder.py
tf_object_detection/research/object_detection/builders/matcher_builder_test.py
tf_object_detection/research/object_detection/builders/model_builder.py
tf_object_detection/research/object_detection/builders/model_builder_test.py
tf_object_detection/research/object_detection/builders/optimizer_builder.py
tf_object_detection/research/object_detection/builders/optimizer_builder_test.py
tf_object_detection/research/object_detection/builders/post_processing_builder.py
tf_object_detection/research/object_detection/builders/post_processing_builder_test.py
tf_object_detection/research/object_detection/builders/preprocessor_builder.py
tf_object_detection/research/object_detection/builders/preprocessor_builder_test.py
tf_object_detection/research/object_detection/builders/region_similarity_calculator_builder.py
tf_object_detection/research/object_detection/builders/region_similarity_calculator_builder_test.py
tf_object_detection/research/object_detection/core/__init__.py
tf_object_detection/research/object_detection/core/anchor_generator.py
tf_object_detection/research/object_detection/core/balanced_positive_negative_sampler.py
tf_object_detection/research/object_detection/core/balanced_positive_negative_sampler_test.py
tf_object_detection/research/object_detection/core/batch_multiclass_nms_test.py
tf_object_detection/research/object_detection/core/batcher.py
tf_object_detection/research/object_detection/core/batcher_test.py
tf_object_detection/research/object_detection/core/box_coder.py
tf_object_detection/research/object_detection/core/box_coder_test.py
tf_object_detection/research/object_detection/core/box_list.py
tf_object_detection/research/object_detection/core/box_list_ops.py
tf_object_detection/research/object_detection/core/box_list_ops_test.py
tf_object_detection/research/object_detection/core/box_list_test.py
tf_object_detection/research/object_detection/core/box_predictor.py
tf_object_detection/research/object_detection/core/class_agnostic_nms_test.py
tf_object_detection/research/object_detection/core/data_decoder.py
tf_object_detection/research/object_detection/core/data_parser.py
tf_object_detection/research/object_detection/core/freezable_batch_norm.py
tf_object_detection/research/object_detection/core/freezable_batch_norm_test.py
tf_object_detection/research/object_detection/core/keypoint_ops.py
tf_object_detection/research/object_detection/core/keypoint_ops_test.py
tf_object_detection/research/object_detection/core/losses.py
tf_object_detection/research/object_detection/core/losses_test.py
tf_object_detection/research/object_detection/core/matcher.py
tf_object_detection/research/object_detection/core/matcher_test.py
tf_object_detection/research/object_detection/core/minibatch_sampler.py
tf_object_detection/research/object_detection/core/minibatch_sampler_test.py
tf_object_detection/research/object_detection/core/model.py
tf_object_detection/research/object_detection/core/multiclass_nms_test.py
tf_object_detection/research/object_detection/core/post_processing.py
tf_object_detection/research/object_detection/core/prefetcher.py
tf_object_detection/research/object_detection/core/prefetcher_test.py
tf_object_detection/research/object_detection/core/preprocessor.py
tf_object_detection/research/object_detection/core/preprocessor_cache.py
tf_object_detection/research/object_detection/core/preprocessor_test.py
tf_object_detection/research/object_detection/core/region_similarity_calculator.py
tf_object_detecti