第八章---計算機視覺實戰

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章