https://github.com/ackness/eth-xgaze-estimator
some scripts for me to train and test on [Competition: ETH-XGaze](https://competitions.codalab.org/competitions/28930)
https://github.com/ackness/eth-xgaze-estimator
Last synced: about 1 month ago
JSON representation
some scripts for me to train and test on [Competition: ETH-XGaze](https://competitions.codalab.org/competitions/28930)
- Host: GitHub
- URL: https://github.com/ackness/eth-xgaze-estimator
- Owner: ackness
- License: mit
- Created: 2021-03-30T12:00:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T13:55:00.000Z (about 5 years ago)
- Last Synced: 2025-03-02T11:49:25.049Z (over 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eth-xgaze-estimator
Some scripts for me to train and test easily on
[Competition: ETH-XGaze](https://competitions.codalab.org/competitions/28930).
## Train
```bash
#python main.pys
accelerate config # This will create a config file on your server
accelerate launch ./main.py --cfg=configs/resnet50-xgaze-within-yml
```
## Test
```bash
python main.py
```
Requires
```
torch
timm
h5py
opencv-python
tqdm
tensorboard
accelerate
```