E:\python\ai_cv\chp8_cv_theory\01-目标检测\资料\项目10_目标检测作业数据
├─01_行人目标检测(github)
│ ├─annotations
│ ├─images
│ ├─object_detection
│ │ ├─.ipynb_checkpoints
│ │ ├─anchor_generators
│ │ │ └─__pycache__
│ │ ├─box_coders
│ │ │ └─__pycache__
│ │ ├─builders
│ │ │ └─__pycache__
│ │ ├─core
│ │ │ └─__pycache__
│ │ ├─data
│ │ ├─dataset_tools
│ │ ├─data_decoders
│ │ │ └─__pycache__
│ │ ├─dockerfiles
│ │ │ └─android
│ │ ├─g3doc
│ │ │ └─img
│ │ ├─inference
│ │ ├─legacy
│ │ │ └─__pycache__
│ │ ├─matchers
│ │ │ └─__pycache__
│ │ ├─meta_architectures
│ │ │ └─__pycache__
│ │ ├─metrics
│ │ │ └─__pycache__
│ │ ├─models
│ │ │ ├─keras_applications
│ │ │ │ └─__pycache__
│ │ │ └─__pycache__
│ │ ├─predictors
│ │ │ ├─heads
│ │ │ │ └─__pycache__
│ │ │ └─__pycache__
│ │ ├─protos
│ │ │ └─__pycache__
│ │ ├─samples
│ │ │ ├─cloud
│ │ │ └─configs
│ │ ├─ssd_mobilenet_v1_coco_2017_11_
│ │ │ └─saved_model
│ │ │ └─variables
│ │ ├─test_ckpt
│ │ ├─test_data
│ │ ├─test_images
│ │ ├─utils
│ │ │ └─__pycache__
│ │ └─__pycache__
│ ├─test_images
│ └─training
├─annotations
├─images
├─object_detection
│ ├─.ipynb_checkpoints
│ ├─anchor_generators
│ │ └─__pycache__
│ ├─box_coders
│ │ └─__pycache__
│ ├─builders
│ │ └─__pycache__
│ ├─core
│ │ └─__pycache__
│ ├─data
│ ├─dataset_tools
│ ├─data_decoders
│ │ └─__pycache__
│ ├─dockerfiles
│ │ └─android
│ ├─g3doc
│ │ └─img
│ ├─inference
│ ├─legacy
│ │ └─__pycache__
│ ├─matchers
│ │ └─__pycache__
│ ├─meta_architectures
│ │ └─__pycache__
│ ├─metrics
│ │ └─__pycache__
│ ├─models
│ │ ├─keras_applications
│ │ │ └─__pycache__
│ │ └─__pycache__
│ ├─predictors
│ │ ├─heads
│ │ │ └─__pycache__
│ │ └─__pycache__
│ ├─protos
│ │ └─__pycache__
│ ├─samples
│ │ ├─cloud
│ │ └─configs
│ ├─ssd_mobilenet_v1_coco_2017_11_17
│ │ └─saved_model
│ │ └─variables
│ ├─test_ckpt
│ ├─test_data
│ ├─test_images
│ ├─utils
│ │ └─__pycache__
│ └─__pycache__
├─test_images
├─training
└─train_dir
转载:https://blog.csdn.net/xiaotian127/article/details/101980342