summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuifang <huifangzhang@openailab>2018-02-09 19:53:42 +0800
committerhuifang <huifangzhang@openailab>2018-02-09 19:53:42 +0800
commit12ed1a89918358cdf9aed685203d0926ab982ae8 (patch)
tree8eaee05f0c9fcbeb5d17e8102a9f5da1f7d048a4
parent6eb34fda604c975eb15393d1d65bf878e41469df (diff)
downloadcaffeonacl-12ed1a89918358cdf9aed685203d0926ab982ae8.tar.gz
caffeonacl-12ed1a89918358cdf9aed685203d0926ab982ae8.tar.bz2
caffeonacl-12ed1a89918358cdf9aed685203d0926ab982ae8.zip
documents fixed
-rw-r--r--Makefile6
-rw-r--r--README.md2
-rw-r--r--acl_openailab/installation.md18
-rw-r--r--acl_openailab/performance_report.pdfbin1433686 -> 1955065 bytes
-rw-r--r--acl_openailab/user_manual.pdfbin929894 -> 993779 bytes
5 files changed, 14 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 8f0c65fa..783d7c69 100644
--- a/Makefile
+++ b/Makefile
@@ -504,9 +504,9 @@ endif
all: lib tools examples
install:
- install -d $(AIDDIR)/CaffeOnACL
- cp -rfp ./distribute/* $(AIDDIR)/CaffeOnACL
- chown -R root:root $(AIDDIR)/CaffeOnACL
+ install -d $(AIDDIR)/Caffe-HRT
+ cp -rfp ./distribute/* $(AIDDIR)/Caffe-HRT
+ chown -R root:root $(AIDDIR)/Caffe-HRT
lib: $(STATIC_NAME) $(DYNAMIC_NAME)
diff --git a/README.md b/README.md
index d29ad8b0..72e91d17 100644
--- a/README.md
+++ b/README.md
@@ -39,11 +39,13 @@ Support Arm Compute Library version 17.09
### Version 0.3.0 - Aug 26, 2017
Support Arm Compute Library version 17.06 with 4 new layers added
+
* Batch Normalization Layer
* Direct convolution Layer
* Locally Connect Layer
* Concatenate layer
+
### Version 0.2.0 - Jul 2, 2017
Fix the issues:
diff --git a/acl_openailab/installation.md b/acl_openailab/installation.md
index f97c1040..340ea74d 100644
--- a/acl_openailab/installation.md
+++ b/acl_openailab/installation.md
@@ -1,7 +1,7 @@
# 1. User Quick Guide
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)
-This Installation will help you get started to setup CaffeOnACL on RK3399 quickly.
+This Installation will help you get started to setup Caffe-HRT on RK3399 quickly.
# 2. Preparation
## 2.1 General dependencies installation
@@ -26,12 +26,12 @@ This Installation will help you get started to setup CaffeOnACL on RK3399 quickl
#### Download "ACL"
git clone https://github.com/ARM-software/ComputeLibrary.git
git checkout 48bc34e
-#### Download "CaffeOnACL" :
- git clone https://github.com/OAID/CaffeOnACL.git
+#### Download "Caffe-HRT" :
+ git clone https://github.com/OAID/Caffe-HRT.git
#### Download "Googletest" :
git clone https://github.com/google/googletest.git
-# 3. Build CaffeOnACL
+# 3. Build Caffe-HRT
## 3.1 Build OpenCV :
cd ~/opencv-3.3.0
@@ -51,8 +51,8 @@ This Installation will help you get started to setup CaffeOnACL on RK3399 quickl
sudo ~/gen-pkg-config-pc.sh /usr/local/AID
## 3.3 Build Caffe :
- cd ~/CaffeOnACL
- make all
+ cd ~/Caffe-HRT
+ make all
make distribute
sudo make install
sudo ~/gen-pkg-config-pc.sh /usr/local/AID
@@ -65,7 +65,7 @@ This Installation will help you get started to setup CaffeOnACL on RK3399 quickl
sudo make install
##### Build Caffe Unit tests
- cd ~/CaffeOnACL/unit_tests
+ cd ~/Caffe-HRT/unit_tests
make clean
make
@@ -75,7 +75,7 @@ This Installation will help you get started to setup CaffeOnACL on RK3399 quickl
# 4. Run tests
#### 4.1 Run Caffenet
- cd ~/CaffeOnACL/data/ilsvrc12
+ cd ~/Caffe-HRT/data/ilsvrc12
sudo chmod +x get_ilsvrc_aux.sh
./get_ilsvrc_aux.sh
cd ../..
@@ -90,7 +90,7 @@ This Installation will help you get started to setup CaffeOnACL on RK3399 quickl
0.0421 - "n02085620 Chihuahua"
#### 4.2 Run Unit test
- cd ~/CaffeOnACL/unit_tests
+ cd ~/Caffe-HRT/unit_tests
./test_caffe_main
output message:
[==========] 29 tests from 6 test cases ran. (1236 ms total) [ PASSED ] 29 tests.
diff --git a/acl_openailab/performance_report.pdf b/acl_openailab/performance_report.pdf
index d852b50b..9be25848 100644
--- a/acl_openailab/performance_report.pdf
+++ b/acl_openailab/performance_report.pdf
Binary files differ
diff --git a/acl_openailab/user_manual.pdf b/acl_openailab/user_manual.pdf
index b6e7a635..bf9cdfd3 100644
--- a/acl_openailab/user_manual.pdf
+++ b/acl_openailab/user_manual.pdf
Binary files differ