LICENSE
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
没有合适的资源?快使用搜索试试~ 我知道了~
tensorflow_object_detection-0.0.6.tar.gz
0 下载量 64 浏览量
2024-03-28
23:54:39
上传
评论
收藏 800KB GZ 举报
温馨提示
Python库是一组预先编写的代码模块,旨在帮助开发者实现特定的编程任务,无需从零开始编写代码。这些库可以包括各种功能,如数学运算、文件操作、数据分析和网络编程等。Python社区提供了大量的第三方库,如NumPy、Pandas和Requests,极大地丰富了Python的应用领域,从数据科学到Web开发。Python库的丰富性是Python成为最受欢迎的编程语言之一的关键原因之一。这些库不仅为初学者提供了快速入门的途径,而且为经验丰富的开发者提供了强大的工具,以高效率、高质量地完成复杂任务。例如,Matplotlib和Seaborn库在数据可视化领域内非常受欢迎,它们提供了广泛的工具和技术,可以创建高度定制化的图表和图形,帮助数据科学家和分析师在数据探索和结果展示中更有效地传达信息。
资源推荐
资源详情
资源评论
收起资源包目录
tensorflow_object_detection-0.0.6.tar.gz (444个子文件)
setup.cfg 38B
LICENSE 11KB
README.md 2KB
PKG-INFO 3KB
PKG-INFO 3KB
preprocessor.py 150KB
faster_rcnn_inception_resnet_v2_keras_feature_extractor.py 149KB
preprocessor_test.py 144KB
faster_rcnn_meta_arch.py 129KB
preprocessor_pb2.py 121KB
faster_rcnn_meta_arch_test_lib.py 84KB
autoaugment_utils.py 64KB
ops_test.py 59KB
losses_test.py 58KB
ssd_meta_arch.py 57KB
target_assigner_test.py 57KB
object_detection_evaluation.py 53KB
post_processing.py 52KB
exporter_test.py 52KB
box_list_ops_test.py 47KB
inputs_test.py 46KB
box_predictor_builder.py 46KB
object_detection_evaluation_test.py 46KB
ops.py 45KB
coco_evaluation_test.py 44KB
box_list_ops.py 43KB
visualization_utils.py 43KB
eval_util.py 42KB
losses_pb2.py 41KB
config_util_test.py 41KB
convolutional_keras_box_predictor_test.py 41KB
convolutional_box_predictor_test.py 41KB
tf_example_decoder_test.py 40KB
box_predictor_pb2.py 39KB
coco_tools.py 37KB
feature_map_generators_test.py 36KB
model_lib.py 36KB
config_util.py 36KB
coco_evaluation.py 35KB
per_image_evaluation_test.py 35KB
feature_map_generators.py 34KB
model_lib_v2.py 34KB
per_image_evaluation.py 33KB
ssd_meta_arch_test.py 33KB
target_assigner.py 32KB
inputs.py 31KB
batch_multiclass_nms_test.py 31KB
optimizer_pb2.py 31KB
ssd_pb2.py 30KB
losses.py 29KB
hyperparams_builder_test.py 29KB
hyperparams_pb2.py 29KB
inception_v3.py 28KB
model_builder.py 27KB
resnet_v1_test.py 27KB
mobilenet_v1_test.py 26KB
inception_v2.py 26KB
build_imagenet_data.py 26KB
box_predictor_builder_test.py 25KB
vrd_evaluation.py 25KB
faster_rcnn_pb2.py 25KB
preprocessor_builder_test.py 24KB
calibration_pb2.py 24KB
model_deploy_test.py 24KB
model_deploy.py 23KB
s3dg.py 23KB
vgg_test.py 23KB
spatial_transform_ops_test.py 23KB
mobilenet_v1.py 22KB
faster_rcnn_meta_arch_test.py 21KB
exporter.py 21KB
tf_example_decoder.py 21KB
spatial_transform_ops.py 21KB
multiclass_nms_test.py 21KB
convolutional_keras_box_predictor.py 21KB
np_box_list_ops.py 20KB
nasnet.py 20KB
nasnet_utils.py 20KB
resnet_v2_test.py 20KB
ssd_resnet_v1_fpn_keras_feature_extractor.py 19KB
image_resizer_pb2.py 19KB
visualization_utils_test.py 19KB
nasnet_test.py 19KB
input_reader_pb2.py 18KB
rfcn_meta_arch.py 18KB
model_lib_test.py 18KB
keras_mask_head.py 18KB
inception_resnet_v2.py 18KB
losses_builder_test.py 18KB
convolutional_box_predictor.py 18KB
resnet_v1.py 18KB
mobilenet.py 17KB
trainer.py 17KB
export_tflite_ssd_graph_lib_test.py 17KB
np_box_list_ops_test.py 17KB
train_pb2.py 16KB
shape_utils.py 16KB
inception_v1.py 16KB
inception_v2_test.py 16KB
ssd_mobilenet_v2_fpn_feature_extractor_test.py 16KB
共 444 条
- 1
- 2
- 3
- 4
- 5
资源评论
程序员Chino的日记
- 粉丝: 3678
- 资源: 5万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 技术资源分享-我的运维人生-Vue 应用数据交互与状态管理脚本
- formatted-task018-mctaco-temporal-reasoning-presence.json
- formatted-task017-mctaco-wrong-answer-generation-frequency.json
- 一个基于用手写的非常正常的图片
- formatted-task016-mctaco-answer-generation-frequency.json
- formatted-task015-mctaco-question-generation-frequency.json
- GL-v3-M416.apk
- formatted-task014-mctaco-wrong-answer-generation-absolute-timepoint.json
- sdddddddddaaaaaaaaaa
- Linux部署文件资料
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功