SkillAgentSearch skills...

STDN

[NeurIPS 2023] Diversifying Spatial-Temporal Perception for Video Domain Generalization

Install / Use

/learn @KunyuLin/STDN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Diversifying Spatial-Temporal Perception for Video Domain Generalization

PyTorch implementation of the NeurIPS-2023 paper titled "Diversifying Spatial-Temporal Perception for Video Domain Generalization".

Environments

  • Python: 3.7.3
  • PyTorch: 1.3.1

Training

Data preparation

First, create a new directory named "data". Then put the video datasets (video frames) into the directory according to the lists in the directory "datalists". Each list file consists of lines in the form of (path, video_len, label_id) or (path, video_start_idx, video_end_idx, label_id).

Run training scripts

# For the UCF->HMDB benchmark
bash scripts/train_ucfhmdb.sh

Acknowledgement

@inproceedings{lin2023diversify,
  author       = {Kun-Yu Lin and Jia-Run Du and Yipeng Gao and Jiaming Zhou and Wei-Shi Zheng},
  title        = {Diversifying Spatial-Temporal Perception for Video Domain Generalization},
  booktitle    = {NeurIPS 2023},
  year         = {2023},
}
View on GitHub
GitHub Stars17
CategoryContent
Updated3mo ago
Forks1

Languages

Python

Security Score

72/100

Audited on Dec 12, 2025

No findings