Skip to content

Commit 7e3e499

Browse files
committed
update readme
1 parent 8a5b7b0 commit 7e3e499

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# face3d: python tools for processing 3d face
1+
# face3d: Python tools for processing 3D face
22

33
## Introduction
44

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

103-
- **BFM Data**
104-
105-
see [Data/BFM/readme.md](https://github.com/YadiraF/face3d/blob/master/examples/Data/BFM/readme.md)
106103

107104
### Usage
108105

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

116-
2. Compile c++ files(ignore if you use numpy version)
113+
2. Compile c++ files (ignore if you use numpy version)
117114

118115
```bash
119116
cd face3d/mesh_cython
120117
python setup.py build_ext -i
121118
```
122119

123-
3. Run examples
120+
3. Prepare **BFM** Data (ignore if you don't use 3dmm)
121+
122+
see [Data/BFM/readme.md](https://github.com/YadiraF/face3d/blob/master/examples/Data/BFM/readme.md)
123+
124+
4. Run examples
124125

0 commit comments

Comments
 (0)