labradon commited on
Commit
639acbf
·
verified ·
1 Parent(s): 279a250

Create README.md

Browse files

# UGC360

Dataset of 6866 9-frame 360-degree video sequences collected from 1321 unique videos from Vimeo and Youtube licensed under a Creative Commons License.
The dataset is split into three subsets UGC360-S, UGC360-M, and UGC360-L to ease data handling.

| Subset | Resolutions | Minimum | Maximum | Clips |
|----------|:-----------:|:---------:|:---------:|------:|
| UGC360-S | .5K - 2.5K | 640x320 | 2560x1440 | 5080 |
| UGC360-M | 3K - 6K | 3072x1536 | 5760x2880 | 1618 |
| UGC360-L | 8K | 7680x3840 | 7680x4320 | 168 |

## License

The overall UGC360 dataset is licensed under CC-BY-SA-4.0.
The individual clips are licensed as to their original video license.
Clip licenses are summarized in the respective clip tables `ugc360-s.csv`, `ugc360-m.csv`, and `ugc360-l.csv` in column `license`.

## Publication

The dataset will be published according to [CVPR author guidelines](https://cvpr.thecvf.com/Conferences/2024/AuthorSuggestedPractices) once the corresponding paper is accepted.

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - 360-degree
5
+ - video compression
6
+ pretty_name: User Generated Content 360
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---