update readme

This commit is contained in:
Zhiming Hu 2025-06-03 14:26:24 +02:00
parent 08b730f342
commit 104a441fd6

View file

@ -26,7 +26,7 @@ conda env create -f ./environment/haheae.yaml -n haheae
conda activate haheae
```
Step 2: Follow the instructions at the [Pose2Gaze project][1] to process the datasets.
Step 2: Follow the instructions at [Pose2Gaze][1] to process the datasets.
Step 3: Set 'data_dir' in 'config.py' and 'main.py' for the processed datasets. Run 'train.sh' to evaluate the pre-trained models. If you want to train the model from scratch, you can remove the pre-trained models and uncomment the training command (the command with "mode" set to "train").