The code is written with PyTorch v1.10.1 (Python 3.8.18).
-
Install the
requirements.txtfile using the following command:$ pip install -r requirements.txt
-
Training Run the following .sh file to train our proposed MIDAS model on soccer dataset:
$ sh scripts/midas_soccer.sh
-
Evaluating
Run the
model_eval.ipynbcode to evaluate trained model performance.
