Code for Exploring bias in Action Understanding Task for Comprehending Instructional Videos (KSC 2023)
This repository only contains video modification and sample visualization code. Refer to each model repository for train and inference.
pip install numpy tqdm setuptools
- Download Features of 50salads, GTEA and Breakfast provided by ASFormer and MS-TCN.
- Unzip the data, rename it to "data" and put into the current directory
python main.py --dataset {gtea/breakfast/50salads} --mode {blank/mask,all} --seed {seed} --name {name}
Use visualize.ipynb
by changing directories in shell 2, and 3
./data_{name}
Joochan Kim, Minjoon Jung, & Byoung-Tak Zhang (2023-12-20). Exploring Bias in Action Understanding Task for Comprehending Instructional Videos. 한국정보과학회 학술발표논문집, 부산.
Datasets
Models