setup.py
object_detection/__init__.py
object_detection/eval_util.py
object_detection/eval_util_test.py
object_detection/export_inference_graph.py
object_detection/export_tflite_ssd_graph.py
object_detection/export_tflite_ssd_graph_lib.py
object_detection/export_tflite_ssd_graph_lib_test.py
object_detection/exporter.py
object_detection/exporter_test.py
object_detection/inputs.py
object_detection/inputs_test.py
object_detection/model_hparams.py
object_detection/model_lib.py
object_detection/model_lib_test.py
object_detection/model_main.py
object_detection/model_tpu_main.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/anchor_generators/multiscale_grid_anchor_generator.py
object_detection/anchor_generators/multiscale_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/calibration_builder.py
object_detection/builders/calibration_builder_test.py
object_detection/builders/dataset_builder.py
object_detection/builders/dataset_builder_test.py
object_detection/builders/graph_rewriter_builder.py
object_detection/builders/graph_rewriter_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/data_decoder.py
object_detection/core/data_parser.py
object_detection/core/freezable_batch_norm.py
object_detection/core/freezable_batch_norm_test.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_cache.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/dataset_tools/__init__.py
object_detection/dataset_tools/create_coco_tf_record.py
object_detection/dataset_tools/create_coco_tf_record_test.py
object_detection/dataset_tools/create_kitti_tf_record.py
object_detection/dataset_tools/create_kitti_tf_record_test.py
object_detection/dataset_tools/create_oid_tf_record.py
object_detection/dataset_tools/create_pascal_tf_record.py
object_detection/dataset_tools/create_pascal_tf_record_test.py
object_detection/dataset_tools/create_pet_tf_record.py
object_detection/dataset_tools/oid_hierarchical_labels_expansion.py
object_detection/dataset_tools/oid_hierarchical_labels_expansion_test.py
object_detection/dataset_tools/oid_tfrecord_creation.py
object_detection/dataset_tools/oid_tfrecord_creation_test.py
object_detection/dataset_tools/tf_record_creation_util.py
object_detection/dataset_tools/tf_record_creation_util_test.py
object_detection/inference/__init__.py
object_detection/inference/detection_inference.py
object_detection/inference/detection_inference_test.py
object_detection/inference/infer_detections.py
object_detection/legacy/__init__.py
object_detection/legacy/eval.py
object_detection/legacy/evaluator.py
object_detection/legacy/train.py
object_detection/legacy/trainer.py
object_detection/legacy/trainer_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/meta_architectures/ssd_meta_arch_test_lib.py
object_detection/metrics/__init__.py
object_detection/metrics/calibration_evaluation.py
object_detection/metrics/calibration_evaluation_test.py
object_detection/metrics/calibration_metrics.py
object_detection/metrics/calibration_metrics_test.py
object_detection/metrics/coco_evaluation.py
object_detection/metrics/coco_evaluation_test.py
object_detection/metrics/coco_tools.py
object_detection/metrics/coco_tools_test.py
object_detection/metrics/io_utils.py
object_detection/metrics/offline_eval_map_corloc.py
object_detection/metrics/offline_eval_map_corloc_test.py
object_detection/metrics/oid_od_challenge_evaluation.py
object_detection/metrics/oid_od_challenge_evaluation_utils.py
object_detection/metrics/oid_od_challenge_evaluation_utils_test.py
object_detection/metrics/oid_vrd_challenge_evaluation.py
object_detection/metrics/oid_vrd_challenge_evaluation_utils.py
object_detection/metrics/oid_vrd_challenge_evaluation_utils_test.py
object_detection/metrics/tf_example_parser.py
obje
没有合适的资源?快使用搜索试试~ 我知道了~
tensorflow_object_detection_api-0.1.tar.gz
0 下载量 123 浏览量
2024-03-28
23:54:38
上传
评论
收藏 564KB GZ 举报
温馨提示
Python库是一组预先编写的代码模块,旨在帮助开发者实现特定的编程任务,无需从零开始编写代码。这些库可以包括各种功能,如数学运算、文件操作、数据分析和网络编程等。Python社区提供了大量的第三方库,如NumPy、Pandas和Requests,极大地丰富了Python的应用领域,从数据科学到Web开发。Python库的丰富性是Python成为最受欢迎的编程语言之一的关键原因之一。这些库不仅为初学者提供了快速入门的途径,而且为经验丰富的开发者提供了强大的工具,以高效率、高质量地完成复杂任务。例如,Matplotlib和Seaborn库在数据可视化领域内非常受欢迎,它们提供了广泛的工具和技术,可以创建高度定制化的图表和图形,帮助数据科学家和分析师在数据探索和结果展示中更有效地传达信息。
资源推荐
资源详情
资源评论
收起资源包目录
tensorflow_object_detection_api-0.1.tar.gz (328个子文件)
setup.cfg 59B
PKG-INFO 434B
PKG-INFO 434B
preprocessor.py 140KB
preprocessor_test.py 134KB
faster_rcnn_meta_arch.py 110KB
preprocessor_pb2.py 105KB
faster_rcnn_meta_arch_test_lib.py 75KB
ops_test.py 62KB
losses_test.py 58KB
target_assigner_test.py 54KB
ssd_meta_arch.py 53KB
post_processing_test.py 48KB
exporter_test.py 48KB
ops.py 47KB
box_list_ops_test.py 47KB
object_detection_evaluation.py 46KB
inputs_test.py 44KB
coco_evaluation_test.py 44KB
box_list_ops.py 43KB
eval_util.py 41KB
convolutional_box_predictor_test.py 41KB
config_util_test.py 41KB
visualization_utils.py 39KB
losses_pb2.py 38KB
tf_example_decoder_test.py 38KB
coco_tools.py 37KB
config_util.py 36KB
model_lib.py 35KB
object_detection_evaluation_test.py 35KB
coco_evaluation.py 34KB
box_predictor_pb2.py 34KB
ssd_meta_arch_test.py 32KB
box_predictor_builder.py 29KB
target_assigner.py 29KB
hyperparams_builder_test.py 29KB
inputs.py 29KB
losses.py 29KB
optimizer_pb2.py 28KB
per_image_evaluation.py 28KB
ssd_pb2.py 28KB
per_image_evaluation_test.py 27KB
feature_map_generators_test.py 27KB
hyperparams_pb2.py 26KB
box_predictor_builder_test.py 25KB
feature_map_generators.py 25KB
vrd_evaluation.py 25KB
post_processing.py 24KB
faster_rcnn_pb2.py 24KB
model_builder.py 23KB
preprocessor_builder_test.py 23KB
original_mobilenet_v2.py 22KB
calibration_pb2.py 21KB
tf_example_decoder.py 21KB
np_box_list_ops.py 20KB
faster_rcnn_meta_arch_test.py 20KB
exporter.py 20KB
model_lib_test.py 18KB
losses_builder_test.py 18KB
convolutional_box_predictor.py 18KB
trainer.py 17KB
export_tflite_ssd_graph_lib_test.py 17KB
input_reader_pb2.py 17KB
np_box_list_ops_test.py 16KB
rfcn_meta_arch.py 16KB
multiple_grid_anchor_generator.py 16KB
hyperparams_builder.py 16KB
ssd_resnet_v1_fpn_feature_extractor.py 16KB
preprocessor_builder.py 15KB
model.py 15KB
train_pb2.py 15KB
np_box_mask_list_ops.py 15KB
visualization_utils_test.py 15KB
mask_head.py 14KB
shape_utils_test.py 14KB
dataset_builder_test.py 13KB
mobilenet_v1.py 13KB
export_tflite_ssd_graph_lib.py 13KB
shape_utils.py 13KB
image_resizer_pb2.py 13KB
create_kitti_tf_record.py 13KB
multiple_grid_anchor_generator_test.py 13KB
evaluator.py 12KB
faster_rcnn_nas_feature_extractor.py 12KB
mobilenet_v2.py 12KB
ssd_resnet_v1_ppn_feature_extractor.py 12KB
anchor_generator_builder_test.py 12KB
faster_rcnn_pnas_feature_extractor.py 12KB
model_builder_test.py 12KB
multiscale_grid_anchor_generator_test.py 12KB
create_pet_tf_record.py 12KB
eval_pb2.py 12KB
coco_tools_test.py 12KB
balanced_positive_negative_sampler.py 12KB
class_head.py 11KB
convolutional_keras_box_predictor_test.py 11KB
keypoint_ops.py 11KB
vrd_evaluation_test.py 11KB
create_coco_tf_record.py 11KB
argmax_matcher_test.py 10KB
共 328 条
- 1
- 2
- 3
- 4
资源评论
程序员Chino的日记
- 粉丝: 3663
- 资源: 5万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功