小言_互联网的博客

第八章---计算机视觉实战

331人阅读  评论(0)

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
查看评论
* 以上用户言论只代表其个人观点,不代表本网站的观点或立场