Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,33 @@ configs:
|
|
24 |
data_files:
|
25 |
- split: validation
|
26 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
-
# Dataset Card for "GamePhysics-Fullres"
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
data_files:
|
25 |
- split: validation
|
26 |
path: data/validation-*
|
27 |
+
license: creativeml-openrail-m
|
28 |
+
task_categories:
|
29 |
+
- video-classification
|
30 |
+
language:
|
31 |
+
- en
|
32 |
+
tags:
|
33 |
+
- video-game
|
34 |
+
- game
|
35 |
+
- video-understanding
|
36 |
+
- ood
|
37 |
+
- vidoe-ood
|
38 |
+
pretty_name: GamePhysics
|
39 |
+
size_categories:
|
40 |
+
- 10K<n<100K
|
41 |
---
|
|
|
42 |
|
43 |
+
|
44 |
+
# GamePhysics Dataset
|
45 |
+
|
46 |
+
[](https://asgaardlab.github.io/CLIPxGamePhysics/)
|
47 |
+
[](https://arxiv.org/abs/2203.11096)
|
48 |
+
[](https://huggingface.co/spaces/taesiri/CLIPxGamePhysics)
|
49 |
+
|
50 |
+
The GamePhysics dataset is a collection of gameplay bug videos sourced from the [GamePhysics subreddit](https://www.reddit.com/r/GamePhysics/).
|
51 |
+
|
52 |
+
## Sample videos
|
53 |
+
<video src="https://asgaardlab.github.io/CLIPxGamePhysics/static/videos/9rqabp.mp4" controls="controls" muted="muted" playsinline="playsinline" width=480></video>
|
54 |
+
<video src="https://asgaardlab.github.io/CLIPxGamePhysics/static/videos/g5pm35.mp4" controls="controls" muted="muted" playsinline="playsinline" width=480></video>
|
55 |
+
<video src="https://asgaardlab.github.io/CLIPxGamePhysics/static/videos/6xplqg.mp4" controls="controls" muted="muted" playsinline="playsinline" width=480></video>
|
56 |
+
<video src="https://asgaardlab.github.io/CLIPxGamePhysics/static/videos/4jirzj.mp4" controls="controls" muted="muted" playsinline="playsinline" width=480></video>
|