conda create --name lavila python=3.8 -y
conda activate lavila
pip install -r requirements.txt
If you want to train/evaluate on the datasets, please see datasets/README.md to see how we prepare datasets for this project.
conda create --name lavila python=3.8 -y
conda activate lavila
pip install -r requirements.txt
If you want to train/evaluate on the datasets, please see datasets/README.md to see how we prepare datasets for this project.