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)
### 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:
# 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
#### 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
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
sudo make install
##### Build Caffe Unit tests
- cd ~/CaffeOnACL/unit_tests
+ cd ~/Caffe-HRT/unit_tests
make clean
make
# 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 ../..
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.