Skip to content

Commit

Permalink
Update README.md for how to run
Browse files Browse the repository at this point in the history
  • Loading branch information
kangzixiang committed Oct 27, 2023
1 parent 7b6beaa commit 02d7b1b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sudo apt-get install libopenblas64-dev
### if you don't have cmake
apt-get install cmake

## usage
## Build

```
cd root_directory
Expand All @@ -86,6 +86,18 @@ save and exit
```
./build.sh
```

## How to Run
```
cd products
# 1. run default
./mtcnn
# 2. run customize
./mtcnn [image path]
```

## for windows
### opencv and openblas
there is binary packages of openblas for windows, you just need download it
Expand Down

0 comments on commit 02d7b1b

Please sign in to comment.