Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 919 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 919 Bytes

SVW-UCF

SVW-UCF Dataset for Video Domain Adaptation, described in the paper: link to be added

The dataset consists of 25 classes, 5878 training and 2410 testing samples. It is available to download here: https://gofile.io/d/LLOoL5. Please, open an issue if the link has expired.

The folder structure is constructed as follows:

project
└───ucf
│   └───train
│       │   └───class1
│       │   └───class2
│       │   ...
│   
│   └───test
│       │   └───class1
│       │   └───class2
│       │   ...
└───svw
│   └───train
│       │   └───class1
│       │   └───class2
│       │   ...
│   
│   └───test
│       │   └───class1
│       │   └───class2
│       │   ...