提交 45e3998d 编写于 作者: C chunying

update tengine model zoo path & passwd)


Former-commit-id: d73c0e8c8a2f1984dc7edd3829be843ea979ea83
上级 4c69958e
......@@ -43,7 +43,7 @@ please refer to the [**Linux build**](doc/install.md) and [**Android build**](ht
## Tengine examples and model zoo
please visit [examples](examples/readme.md) for demos on classification/detection and download models from [**Tengine model zoo**](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)
please visit [examples](examples/readme.md) for demos on classification/detection and download models from [**Tengine model zoo**](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc)
[**tengine applications**](https://github.com/OAID/Tengine-app) is a project for sharing android/linux applications powered by Tengine
......@@ -135,7 +135,7 @@ Here is the guide to run [a MSSD example](https://github.com/OAID/Tengine/blob/m
As NDK toolchains will drop gun_stl finally, this version switches to c++_shared
Please download the pre-built libraries with c++_shared from [Tengine Android Build Libraries](https://pan.baidu.com/s/1RPHK_ji0LlL3ztjUa893Yg), the password is *ka6a*.
Please download the pre-built libraries with c++_shared from [Tengine Android Build Libraries](https://pan.baidu.com/s/1-zsqxXXcZEXmCip-nQzcIw) (password: *wtcz*).
**Support ACL in Android**
......
......@@ -48,7 +48,7 @@ conservative ondemand userspace powersave interactive performance
* **get model**
You can get the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g), the password is `57vb`.
You can get the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc)
And then, put the "mobilenet.caffemodel", "mobilenet_deploy.prototxt", "squeezenet_v1.1.caffemodel", "sqz.prototxt" in `~/tengine/models`.
* **set CPU**
......
......@@ -10,7 +10,7 @@ The document describes how to build Tengine for android.
---
## Use prebuilt Tengine android package
Download the below file from [Tengine Android build](https://pan.baidu.com/s/1RPHK_ji0LlL3ztjUa893Yg) (password: *ka6a*), and unpack it.
Download the below file from [Tengine Android build](https://pan.baidu.com/s/1-zsqxXXcZEXmCip-nQzcIw) (password: *wtcz*), and unpack it.
```
- Tengine_android_build_package_arm64.tgz
```
......@@ -30,7 +30,7 @@ git clone https://github.com/OAID/tengine/
```
### 2. Download Android ndk, OpenBLAS, OpenCV, Protobuf and ComputeLibrary
Download the below files from [Tengine Android build](https://pan.baidu.com/s/1RPHK_ji0LlL3ztjUa893Yg) (password: *ka6a*):
Download the below files from [Tengine Android build](https://pan.baidu.com/s/1-zsqxXXcZEXmCip-nQzcIw) (password: *wtcz*):
```
- android-ndk-r16-linux-x86_64.zip
- openblas020_android.tgz
......
......@@ -28,7 +28,7 @@
make install
```
4. build mssd
- download model from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb) to `~/tengine/models/`:
- download model from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc) to `~/tengine/models/`:
- build
```
cd example/mobilenet_ssd
......
......@@ -15,7 +15,7 @@ This is `YuFaceDetectNet`(https://github.com/ShiqiYu/libfacedetection) implement
You can download model from *Tengine Model Zoo*, or from ShiqiYu github (which need to upgrade the model).
### **Download form Tengine model zoo**
You can directly download the upgrated caffemodel in [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb) in the directory `Tengine_models/yufacedetect`.
You can directly download the upgrated caffemodel in [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc) in the directory `Tengine_models/yufacedetect`.
- yufacedetectnet-open-v1_new.prototxt
......
......@@ -5,7 +5,7 @@
This is mtcnn implementation with the caffe wrapper of [Tengine](https://github.com/OAID/Tengine).
## Download required models
Download the required models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)
Download the required models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc)
- det1.caffemodel
- det1.prototxt
......
......@@ -5,7 +5,7 @@
This is faster_rcnn implementation with [Tengine](https://github.com/OAID/Tengine).
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc)
Store these files into `${Tengine_ROOT}/models/`
- VGG16_faster_rcnn.prototxt
......
......@@ -17,7 +17,7 @@ It can be used to test the following imagenets:
- vgg16
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
Store these files into `${Tengine_ROOT}/models/`
......
......@@ -5,7 +5,7 @@
This is lighten_cnn implementation with [Tengine](https://github.com/OAID/Tengine).
## Download required models
Download the required models and data files from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the required models and data files from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
Store these files into `${Tengine_ROOT}/models/`
- LightenedCNN_B.caffemodel
......
......@@ -6,7 +6,7 @@ This is Mobilenet_SSD implementation with [Tengine](https://github.com/OAID/Teng
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
Store these files into `${Tengine_ROOT}/models/`
- MobileNetSSD_deploy.caffemodel
......
......@@ -5,7 +5,7 @@
This is mtcnn implementation with [Tengine](https://github.com/OAID/Tengine).
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
Store these files into `${Tengine_ROOT}/models/`
- det1.caffemodel
......
......@@ -20,7 +20,7 @@
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
## How to build these examples
......
......@@ -6,7 +6,7 @@ This is SSD implementation with [Tengine](https://github.com/OAID/Tengine).
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
Store these files into `${Tengine_ROOT}/models/`
- VGG_VOC0712_SSD_300.caffemodel
......
......@@ -5,7 +5,7 @@
This is the implementation of the [Tengine](https://github.com/OAID/Tengine) conversion tool which is used to convert caffe model files to tengine model file.
## Download required caffe models
Download the caffe models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)
Download the caffe models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc)
## Build examples
```
......
......@@ -5,7 +5,7 @@
Compile tensorflow label image program with the tensorflow wrapper, and run it with [Tengine](https://github.com/OAID/Tengine).
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb)
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc)
Required models:
......
......@@ -8,7 +8,7 @@ This is [yolov2](https://pjreddie.com/darknet/yolov2/) implementation with [Teng
## Download required models
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1LXZ8vOdyOo50IXS0CUPp8g) (psw: 57vb).
Download the models from [Tengine model zoo](https://pan.baidu.com/s/1Ar9334MPeIV1eq4pM1eI-Q) (psw: hhgc).
Store these files into `${Tengine_ROOT}/models/`
- yolo-voc.prototxt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册