Skip to content

Commit d37f9fd

Browse files
authored
Update README.md
1 parent 6ce076d commit d37f9fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ handling nine facial analysis tasks while maintaining real-time performance at 3
4444
# :rocket: News
4545
- [03/19/2024] 🔥 We release <i>FaceXFormer</i>.
4646

47-
# Installation
47+
## Installation
4848
```bash
4949
conda env create --file environment_facex.yml
5050
conda activate facexformer
@@ -53,7 +53,7 @@ conda activate facexformer
5353
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
5454
pip install -r requirements.txt
5555
```
56-
# Download Models
56+
## Download Models
5757
The models can be downloaded manually from [HuggingFace](https://huggingface.co/kartiknarayan/facexformer) or using python:
5858
```python
5959
from huggingface_hub import hf_hub_download
@@ -67,7 +67,7 @@ The directory structure should finally be:
6767
├── network
6868
└── inference.py
6969
```
70-
# Usage
70+
## Usage
7171

7272
Download trained model from [HuggingFace](https://huggingface.co/kartiknarayan/facexformer) and ensure the directory structure is correct.<br>
7373
For demo purposes, we have released the code for inference on a single image.<br>

0 commit comments

Comments
 (0)