Commit d37f9fd 1 parent 6ce076d commit d37f9fd Copy full SHA for d37f9fd
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ handling nine facial analysis tasks while maintaining real-time performance at 3
44
44
# :rocket : News
45
45
- [ 03/19/2024] 🔥 We release <i >FaceXFormer</i >.
46
46
47
- # Installation
47
+ ## Installation
48
48
``` bash
49
49
conda env create --file environment_facex.yml
50
50
conda activate facexformer
@@ -53,7 +53,7 @@ conda activate facexformer
53
53
pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 torchaudio==2.0.2+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
54
54
pip install -r requirements.txt
55
55
```
56
- # Download Models
56
+ ## Download Models
57
57
The models can be downloaded manually from [ HuggingFace] ( https://huggingface.co/kartiknarayan/facexformer ) or using python:
58
58
``` python
59
59
from huggingface_hub import hf_hub_download
@@ -67,7 +67,7 @@ The directory structure should finally be:
67
67
├── network
68
68
└── inference.py
69
69
```
70
- # Usage
70
+ ## Usage
71
71
72
72
Download trained model from [ HuggingFace] ( https://huggingface.co/kartiknarayan/facexformer ) and ensure the directory structure is correct.<br >
73
73
For demo purposes, we have released the code for inference on a single image.<br >
You can’t perform that action at this time.
0 commit comments