Skip to content

Commit

Permalink
documents fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
huifang committed Feb 9, 2018
1 parent 6eb34fd commit 12ed1a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
18 changes: 9 additions & 9 deletions acl_openailab/installation.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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

Expand All @@ -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 ../..
Expand All @@ -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.
Binary file modified acl_openailab/performance_report.pdf
Binary file not shown.
Binary file modified acl_openailab/user_manual.pdf
Binary file not shown.

0 comments on commit 12ed1a8

Please sign in to comment.