Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiezhang-zz committed Sep 24, 2016
1 parent b733104 commit 59c2a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FaceAlignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ As for speed, it takes about 5 milliseconds per face to predict the 5 facial poi
5. Define `SEETA_EXPORTS` macro: (Project) Properities -> Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions.
6. Build.

A Visual Studio 2013 solution is provided in the subdirectory [examples].(./examples)
**A Visual Studio 2013 solution is provided in the subdirectory [examples](./examples).**

### Build in Linux

Expand Down
2 changes: 1 addition & 1 deletion FaceDetection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ FacenessNet [2] | 80x80 | n/a | 20 FPS
7. *(Optional) Enable OpenMP support: (Project) Properities -> Configuration Properties -> C/C++ -> Language -> Open MP Support (or ... C/C++ -> Language [Intel C++] -> OpenMP Support). Define `USE_OPENMP` macro if necessary.*
8. Build.

A Visual Studio 2013 solution is provided in the subdirectory [examples].(./examples)
**A Visual Studio 2013 solution is provided in the subdirectory [examples](./examples).**

### How to Build in Linux
- Build
Expand Down

0 comments on commit 59c2a71

Please sign in to comment.