本目录为python样例目录,目录结构和具体说明如下。
注:标注为正在开发的样例,暂时只是规划了样例目录,内容正在开发中,待开发完成后再上传仓库。
./
├── common:公共代码目录(正在开发)
├── contrib:用户贡献样例
│ ├── cartoonGAN_picture
│ └── garbage_picture
├── level1_single_api:级别1-单一功能接口样例
│ ├── 1_acl
│ ├── 2_atc
│ ├── 3_ir
│ ├── 4_op_dev
│ ├── 5_200dk_peripheral
│ ├── 6_media
│ ├── 7_dvpp
│ ├── 8_graphrun
│ └── 9_amct
├── level2_simple_inference:级别2-推理教学样例
│ ├── 1_classification
│ ├── 2_object_detection
│ ├── 3_segmentation
│ ├── 4_recommendation
│ ├── 5_nlp
│ ├── 6_other
│ └── n_performance
└── level3_multi_model:级别3-行业样例(正在开发)