Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yfeng95 committed Jul 18, 2018
1 parent 8a5b7b0 commit 7e3e499
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# face3d: python tools for processing 3d face
# face3d: Python tools for processing 3D face

## Introduction

Expand Down Expand Up @@ -100,9 +100,6 @@ morphabel_model/ # witten in python(numpy)
* scipy (for loading mat)
* Cython (for compiling c++ files)

- **BFM Data**

see [Data/BFM/readme.md](https://github.com/YadiraF/face3d/blob/master/examples/Data/BFM/readme.md)

### Usage

Expand All @@ -113,12 +110,16 @@ git clone https://github.com/YadiraF/face3d
cd face3d
```

2. Compile c++ files(ignore if you use numpy version)
2. Compile c++ files (ignore if you use numpy version)

```bash
cd face3d/mesh_cython
python setup.py build_ext -i
```

3. Run examples
3. Prepare **BFM** Data (ignore if you don't use 3dmm)

see [Data/BFM/readme.md](https://github.com/YadiraF/face3d/blob/master/examples/Data/BFM/readme.md)

4. Run examples

0 comments on commit 7e3e499

Please sign in to comment.