AI-performance / embedded-ai.bench

benchmark for embededded-ai deep learning inference engines, such as NCNN / TNN / MNN / TensorFlow Lite etc.
https://www.ai-performance.com
Other
202 stars 29 forks source link

[ENHANCE][CI] 构建原始原生Caffe/TensorFlow模型仓库 #11

Closed ysh329 closed 4 years ago

ysh329 commented 4 years ago
ysh329 commented 4 years ago

目前基于模型集合,构建基于Caffe 、 TensorFlow模型仓库,主要针对轻量经典模型:

阶段进展

  1. 位于models目录下,运行download.sh即可下载模型;
  2. 目前拉取过程已经加入CI,确保随时可用;
  3. 建立gitee仓库位于https://gitee.com/ai-performance/models,因有500MB限制,目前仅存放mobilenet等小体积模型文件。
ysh329 commented 4 years ago

完成