Please download or extract features for the data following the instructions in the Feature Extraction repository.
Once you have the features, you can run the code in this repository to train the models.
We have code three tasks:
- Error Recognition
- Multimodal Data
- Video
- Audio
- Text
- Depth
- Multimodal Data
- Early Error Recognition
- Video Data
- Download or extract features for the data.
- Place the features in the respective folders.
- Change the paths in the /core/config.py file.
- Copy the respective script from scripts folder to the root directory.
- Run the script.
Our reported results correspond to the following threshold values:
- Step Split: 0.6
- Recordings Split: 0.4
Note the best epoch of the trained models and add it accordingly to the /core/evaluate.py file.
Use it to get the evaluation csvs for different thresholds.