Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
zheng-da committed Sep 11, 2018
1 parent 4cf1d68 commit 937e139
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions example/image-classification/predict-cpp/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Image Classification Example of C++
This is a simple predictor which shows how to use c api for image classfication.
This is a simple predictor which shows how to use c api for image classfication
in a single thread and in multiple threads.

It uses opencv for image reading
It uses opencv for image reading.

# How to Use

Expand Down Expand Up @@ -31,9 +32,9 @@ It uses opencv for image reading
## Usage
Run:
```bash
./image-classification-predict apple.jpg
./image-classification-predict apple.jpg 1
```
The only parameter is the path of the test image.
The first parameter is the path of the test image and the second parameter is the number of threads.

## Tips
* The model used in the sample can be downloaded here:
Expand Down

0 comments on commit 937e139

Please sign in to comment.