- [2024-08-30]: Release codebase.
Follow the instructions in the Dataset section to set up the datasets.
conda create --name sram python=3.10
conda activate sram
pip install -r requirements.txt
python data_prepross/detect_words.py \
--input_json_path /path/to/meta_jsonl \
--output_json_path /path/to/meta_jsonl
bash scripts/train/qvhl_ddp_2stage_train.sh
bash scripts/train/charades_ddp_2stage_train.sh
bash scripts/inference/inf_sram_base_ddp.sh
If you find our work useful, please cite:
@article{ma2024beyond,
title={Beyond Uncertainty: Evidential Deep Learning for Robust Video Temporal Grounding},
author={Ma, Kaijing and Huang, Haojian and Chen, Jin and Chen, Haodong and Ji, Pengliang and Zang, Xianghao and Fang, Han and Ban, Chao and Sun, Hao and Chen, Mulin and others},
journal={arXiv preprint arXiv:2408.16272},
year={2024}
}