You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# face3d: python tools for processing 3d face
1
+
# face3d: Python tools for processing 3D face
2
2
3
3
## Introduction
4
4
@@ -100,9 +100,6 @@ morphabel_model/ # witten in python(numpy)
100
100
* scipy (for loading mat)
101
101
* Cython (for compiling c++ files)
102
102
103
-
-**BFM Data**
104
-
105
-
see [Data/BFM/readme.md](https://github.com/YadiraF/face3d/blob/master/examples/Data/BFM/readme.md)
2. Compile c++ files(ignore if you use numpy version)
113
+
2. Compile c++ files(ignore if you use numpy version)
117
114
118
115
```bash
119
116
cd face3d/mesh_cython
120
117
python setup.py build_ext -i
121
118
```
122
119
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)
0 commit comments