taesiri commited on
Commit
1cc86c8
0 Parent(s):

Initial commit

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +0 -0
  2. README.md +56 -0
  3. data/validation-00000-of-00001-46934c94a458a45a.parquet +3 -0
  4. videos/.gitattributes +2 -0
  5. videos/1u5gp2/1u5gp2.mp4 +3 -0
  6. videos/1u7qvh/1u7qvh.mp4 +3 -0
  7. videos/1u8ba3/1u8ba3.mp4 +3 -0
  8. videos/1u90fe/1u90fe.mp4 +3 -0
  9. videos/1ua114/1ua114.mp4 +3 -0
  10. videos/1ua3e3/1ua3e3.mp4 +3 -0
  11. videos/1uab0x/1uab0x.mp4 +3 -0
  12. videos/1uc723/1uc723.mp4 +3 -0
  13. videos/1uctjl/1uctjl.mp4 +3 -0
  14. videos/1ud15m/1ud15m.mp4 +3 -0
  15. videos/1uf2rt/1uf2rt.mp4 +3 -0
  16. videos/1ugwer/1ugwer.mp4 +3 -0
  17. videos/1uhrsb/1uhrsb.mp4 +3 -0
  18. videos/1uhwis/1uhwis.mp4 +3 -0
  19. videos/1uil80/1uil80.mp4 +3 -0
  20. videos/1uk6ea/1uk6ea.mp4 +3 -0
  21. videos/1uniz2/1uniz2.mp4 +3 -0
  22. videos/1uqi02/1uqi02.mp4 +3 -0
  23. videos/1urf96/1urf96.mp4 +3 -0
  24. videos/1urgie/1urgie.mp4 +3 -0
  25. videos/1urobs/1urobs.mp4 +3 -0
  26. videos/1ut9fg/1ut9fg.mp4 +3 -0
  27. videos/1uuu0z/1uuu0z.mp4 +3 -0
  28. videos/1uvre3/1uvre3.mp4 +3 -0
  29. videos/1uxh5l/1uxh5l.mp4 +3 -0
  30. videos/1uydax/1uydax.mp4 +3 -0
  31. videos/1uyhw1/1uyhw1.mp4 +3 -0
  32. videos/1uyx7x/1uyx7x.mp4 +3 -0
  33. videos/1uzpdg/1uzpdg.mp4 +3 -0
  34. videos/1v1n7c/1v1n7c.mp4 +3 -0
  35. videos/1v49mu/1v49mu.mp4 +3 -0
  36. videos/1v58fm/1v58fm.mp4 +3 -0
  37. videos/1v656c/1v656c.mp4 +3 -0
  38. videos/1v6wfp/1v6wfp.mp4 +3 -0
  39. videos/1v9fim/1v9fim.mp4 +3 -0
  40. videos/1vddpl/1vddpl.mp4 +3 -0
  41. videos/1vflqk/1vflqk.mp4 +3 -0
  42. videos/1vg2ow/1vg2ow.mp4 +3 -0
  43. videos/1vj4as/1vj4as.mp4 +3 -0
  44. videos/1vj5vr/1vj5vr.mp4 +3 -0
  45. videos/1vjesa/1vjesa.mp4 +3 -0
  46. videos/1vka4b/1vka4b.mp4 +3 -0
  47. videos/1vli27/1vli27.mp4 +3 -0
  48. videos/1vmq9h/1vmq9h.mp4 +3 -0
  49. videos/1vna3a/1vna3a.mp4 +3 -0
  50. videos/1vok3y/1vok3y.mp4 +3 -0
.gitattributes ADDED
The diff for this file is too large to render. See raw diff
 
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: game
7
+ dtype: string
8
+ - name: filepath
9
+ dtype: string
10
+ - name: filename
11
+ dtype: string
12
+ - name: archive
13
+ dtype: string
14
+ - name: reddit_url
15
+ dtype: string
16
+ splits:
17
+ - name: validation
18
+ num_bytes: 3692759
19
+ num_examples: 26954
20
+ download_size: 1232477
21
+ dataset_size: 3692759
22
+ configs:
23
+ - config_name: default
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
+ [![Website](http://img.shields.io/badge/Website-4b44ce.svg)](https://asgaardlab.github.io/CLIPxGamePhysics/)
47
+ [![arXiv](https://img.shields.io/badge/arXiv-2203.11096-b31b1b.svg)](https://arxiv.org/abs/2203.11096)
48
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](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>
data/validation-00000-of-00001-46934c94a458a45a.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:519e8fa06e39431393b3880ed1d48ca86e01b48312c4636b6885d64abfb1db0c
3
+ size 1232477
videos/.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ .mp4 filter=lfs diff=lfs merge=lfs -text
2
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
videos/1u5gp2/1u5gp2.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e2875716b765c438d03c344e7c6a6cc3869b47b838adb2e66de2c79a0355c2
3
+ size 6735736
videos/1u7qvh/1u7qvh.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e594b384ace506ae9144340489d786f1b423052ea23e29ba8f8fe93205b78090
3
+ size 6730766
videos/1u8ba3/1u8ba3.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06f37efb5a4e8b5d6f526d117402353f003251e6bb878b994362f76d2f2decf8
3
+ size 9985911
videos/1u90fe/1u90fe.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d77bdc4ebd4615e18d7f7e2a54d28825716c7ba9cb54efafdf1cf78301b0469b
3
+ size 1026339
videos/1ua114/1ua114.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bff4298997526f4b9022d4b76b83518e1b6ac939b7f9fee38775d8332a1ce3df
3
+ size 448651
videos/1ua3e3/1ua3e3.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0ed45e363e49ff06a431fbca69a6a3cc2ebf5e6aba272a863c44b65f3210aa2
3
+ size 7418517
videos/1uab0x/1uab0x.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80081e2febf37b3e8d8156a4d2303970d7f5d3b5b1e75b9850876d23868271a0
3
+ size 12189766
videos/1uc723/1uc723.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f96652957d735b1642a8b3873b2c1c8195d042fcbc68f26c791b6401c35941b
3
+ size 9362398
videos/1uctjl/1uctjl.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef5653ad0d84356ef9e30cc34139092a0bc0dd028d2986bc66b0d93aaad0036
3
+ size 26621015
videos/1ud15m/1ud15m.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f4f57e97b6276b6b32625769d583f4c9f4effc59e3fab2db024148f3a13ddc9
3
+ size 15575661
videos/1uf2rt/1uf2rt.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75e2c69bc7010a413e6eb9520ebac33fe6748daf8ccbeb022807e0b53f859b40
3
+ size 565887
videos/1ugwer/1ugwer.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14274742bb829b6a1126e1a448630f13436618aaa622f28e7f4f6e0afa33d9d1
3
+ size 9721713
videos/1uhrsb/1uhrsb.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0d00a8eea4ed137f18ba72201502edf592006d4d4d0e9727df49174bc782aa
3
+ size 4148731
videos/1uhwis/1uhwis.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8646ce3547622402466bc01f617371127a94f1c616b8031b86b7c375a4282c3
3
+ size 215194
videos/1uil80/1uil80.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a36b7d798fa9b891780ffb7211234fcc7a500297fde451109204fc725cda1e7
3
+ size 704561
videos/1uk6ea/1uk6ea.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acbdbce500b3d779b9b8f4d2c548e977a3a57a070220a26e86ae06784cd6eadb
3
+ size 17442637
videos/1uniz2/1uniz2.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1d543b108c45e5c75589ad82bad3aa428bdd62b7c8743e4a677b5461a7c19a
3
+ size 240619
videos/1uqi02/1uqi02.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f185534ef55a17dcfb231d6768312d34f1c52044120c6746c5317d865666f68
3
+ size 178374
videos/1urf96/1urf96.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d579460274f0a1af6f73f5e0101d1140f104114324631d8a2a782c7f29b16655
3
+ size 821953
videos/1urgie/1urgie.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8704d124af351d61e7ed78bc7249621bd05cc6caea15a853ea179257d543bb4f
3
+ size 2012442
videos/1urobs/1urobs.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59425b8bfbb0c04d8234126a25c13d4b584349c5da7e298b45ae18d3ad6acfa
3
+ size 8114163
videos/1ut9fg/1ut9fg.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f055fe6244e3e27762c890b28fdce9b5099deec6b93cfde285172d8fbcd5f1f5
3
+ size 7063171
videos/1uuu0z/1uuu0z.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b906c7555d3e33a1eed3314777dbee3eaee22125feae0f2ab8a47bc20a2389
3
+ size 11355834
videos/1uvre3/1uvre3.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2bcd3918c86c8c5e7c69952070c7c5698b56948515128f22d3ffd345bbb92f
3
+ size 1279777
videos/1uxh5l/1uxh5l.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f828044adcbc6724c9a5f817a004854b18b57c3bbef5862eb0ac6a45ffb566
3
+ size 8686877
videos/1uydax/1uydax.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33214c32339cfa17d87a8d78ef7f5120b656d334dd8924c72cfa0ea9e86ae5e3
3
+ size 3266557
videos/1uyhw1/1uyhw1.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:199c236afe57b2430cba4a1ff2e32c0647d510fe720b7b37feb2c23c50d85bb7
3
+ size 11022247
videos/1uyx7x/1uyx7x.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4cd7dce9b68a14bb03f6e9537cca715a22d7398218cde572ef0942ec829a30
3
+ size 5215227
videos/1uzpdg/1uzpdg.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1d535134bce5ca7e68a996057c2e0792d64d66dbc9ce5641df6cf3c4647c26
3
+ size 233505
videos/1v1n7c/1v1n7c.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd904e864a3c314d08ff62a4290aad8310d0e09fb0084a1b582dd48318f6f186
3
+ size 169286
videos/1v49mu/1v49mu.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7b5d6b957e8073749373964a935ef794bcde4fcd68836dad49f5423ba015864
3
+ size 1045810
videos/1v58fm/1v58fm.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:761158b7c2fbc422b1fed420756a7b69c82c455ca56d8af5cb6b02287388c5b4
3
+ size 8503131
videos/1v656c/1v656c.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80694993de7c9079088cc158e4856c123030528b58f21564e551ffc8c2192216
3
+ size 11806458
videos/1v6wfp/1v6wfp.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c72011743de817c65da16ad0481d907dc90f3127ee4745c7d96b5a4e98f6a59
3
+ size 28948
videos/1v9fim/1v9fim.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a6f1932a090829c72c7508d48754ce8150e2d5c3195e56d45b1387d5788871
3
+ size 13108462
videos/1vddpl/1vddpl.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7545660eea745d31ab4af7601436577c06977661d0522d9450aaae860d505ed4
3
+ size 3209144
videos/1vflqk/1vflqk.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c0407dc4e3d222d3db1f24114b29cfd5b308fac7ba14e6ffcd19a9a7bf30eb8
3
+ size 864088
videos/1vg2ow/1vg2ow.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:094c1bb235db87db116b74b2926edab1289fa2da4964852bd0d246da46d8f1f8
3
+ size 322089
videos/1vj4as/1vj4as.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c5180db5b7a13f316300bb05d90a24c9b314b406db5595d3b7787e75de0f556
3
+ size 1008166
videos/1vj5vr/1vj5vr.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1377b626de9bfe1e8be4f205cc36056124e15955413e538ce3ac06881552ba1d
3
+ size 2670039
videos/1vjesa/1vjesa.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e1dbb81609dc5f569eacae10118ba0f6934a622f444e568fd4512e775c715e4
3
+ size 2484697
videos/1vka4b/1vka4b.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a0a7aaf5dddededbf078db1ec3736fae9dfb8b884108ff06da12acbb79107a7
3
+ size 1638127
videos/1vli27/1vli27.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa1fc71238c054ae0a6144e56593a7b960fb99b05484d029a9cc609c32996d1
3
+ size 445396
videos/1vmq9h/1vmq9h.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c9e07a9658986744bb4cd81c4e3a9005dd23fde5accbaa991ba24cd8885886
3
+ size 559523
videos/1vna3a/1vna3a.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425afe37c97552c9668fe234d799328a9d4ee7e463f118401139d2c4bf2645f9
3
+ size 2834858
videos/1vok3y/1vok3y.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e25976df449b88a16db35d6cf75bc10411e7b20312851601687fe48401718bd
3
+ size 10352245