agianbig commited on
Commit
63b652b
·
verified ·
1 Parent(s): 8eded10

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +23 -0
  2. dataset_infos.json +122 -0
  3. images/3pts_ADE_train_00001487.jpg +3 -0
  4. images/3pts_ADE_train_00004922.jpg +3 -0
  5. images/3pts_ADE_train_00005455.jpg +3 -0
  6. images/3pts_ADE_train_00006502.jpg +3 -0
  7. images/3pts_ADE_train_00008172.jpg +3 -0
  8. images/3pts_ADE_train_00008473.jpg +3 -0
  9. images/3pts_ADE_train_00009045.jpg +3 -0
  10. images/3pts_ADE_train_00009908.jpg +3 -0
  11. images/3pts_ADE_train_00010588.jpg +3 -0
  12. images/3pts_ADE_train_00014346.jpg +3 -0
  13. images/3pts_ADE_train_00015126.jpg +3 -0
  14. images/3pts_ADE_train_00015730.jpg +3 -0
  15. images/3pts_ADE_train_00016056.jpg +3 -0
  16. images/3pts_ADE_train_00016316.jpg +3 -0
  17. images/3pts_ADE_train_00018474.jpg +3 -0
  18. images/3pts_ADE_train_00020136.jpg +3 -0
  19. images/4pts_ADE_train_00000181.jpg +3 -0
  20. images/4pts_ADE_train_00000256.jpg +3 -0
  21. images/4pts_ADE_train_00000739.jpg +3 -0
  22. images/4pts_ADE_train_00001563.jpg +3 -0
  23. images/4pts_ADE_train_00004246.jpg +3 -0
  24. images/4pts_ADE_train_00004439.jpg +3 -0
  25. images/4pts_ADE_train_00007375.jpg +3 -0
  26. images/4pts_ADE_train_00010214.jpg +3 -0
  27. images/4pts_ADE_train_00011349.jpg +3 -0
  28. images/4pts_ADE_train_00012150.jpg +3 -0
  29. images/4pts_ADE_train_00012744.jpg +3 -0
  30. images/4pts_ADE_train_00014555.jpg +3 -0
  31. images/4pts_ADE_train_00016329.jpg +3 -0
  32. images/4pts_ADE_train_00016615.jpg +3 -0
  33. images/4pts_ADE_train_00017808.jpg +3 -0
  34. images/4pts_ADE_train_00018413.jpg +3 -0
  35. images/4pts_ADE_train_00019171.jpg +3 -0
  36. images/4pts_ADE_train_00019532.jpg +3 -0
  37. images/5pts_ADE_train_00000543.jpg +3 -0
  38. images/5pts_ADE_train_00001409.jpg +3 -0
  39. images/5pts_ADE_train_00001473.jpg +3 -0
  40. images/5pts_ADE_train_00002895.jpg +3 -0
  41. images/5pts_ADE_train_00003780.jpg +3 -0
  42. images/5pts_ADE_train_00003920.jpg +3 -0
  43. images/5pts_ADE_train_00004554.jpg +3 -0
  44. images/5pts_ADE_train_00005422.jpg +3 -0
  45. images/5pts_ADE_train_00006561.jpg +3 -0
  46. images/5pts_ADE_train_00008300.jpg +3 -0
  47. images/5pts_ADE_train_00010222.jpg +3 -0
  48. images/5pts_ADE_train_00014018.jpg +3 -0
  49. images/5pts_ADE_train_00014385.jpg +3 -0
  50. images/5pts_ADE_train_00020209.jpg +3 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - visual-question-answering
5
+ - depth-estimation
6
+ language:
7
+ - en
8
+ tags:
9
+ - depth
10
+ - spatial-reasoning
11
+ - computer-vision
12
+ - multimodal
13
+ size_categories:
14
+ - 1K<n<10K
15
+ ---
16
+
17
+ # Depth Point Dataset
18
+
19
+ This dataset contains 19279 depth-based question-answer pairs for training vision-language models.
20
+
21
+ - **Total samples**: 19279
22
+ - **Image resolution**: 336x336
23
+ - **Task**: Identify which labeled point is closest to the camera based on depth
dataset_infos.json ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "Depth-based question-answer pairs for vision-language models",
4
+ "features": {
5
+ "id": {
6
+ "_type": "Value",
7
+ "dtype": "string"
8
+ },
9
+ "image": {
10
+ "_type": "Image"
11
+ },
12
+ "image_filename": {
13
+ "_type": "Value",
14
+ "dtype": "string"
15
+ },
16
+ "original_image": {
17
+ "_type": "Value",
18
+ "dtype": "string"
19
+ },
20
+ "question": {
21
+ "_type": "Value",
22
+ "dtype": "string"
23
+ },
24
+ "answer": {
25
+ "_type": "Value",
26
+ "dtype": "string"
27
+ },
28
+ "answer_letter": {
29
+ "_type": "Value",
30
+ "dtype": "string"
31
+ },
32
+ "answer_type": {
33
+ "_type": "Value",
34
+ "dtype": "string"
35
+ },
36
+ "num_points": {
37
+ "_type": "Value",
38
+ "dtype": "int32"
39
+ },
40
+ "point_labels": {
41
+ "_type": "Sequence",
42
+ "feature": {
43
+ "_type": "Value",
44
+ "dtype": "string"
45
+ }
46
+ },
47
+ "depth_token": {
48
+ "_type": "Value",
49
+ "dtype": "string"
50
+ },
51
+ "point_A_x": {
52
+ "_type": "Value",
53
+ "dtype": "float32"
54
+ },
55
+ "point_A_y": {
56
+ "_type": "Value",
57
+ "dtype": "float32"
58
+ },
59
+ "point_A_depth": {
60
+ "_type": "Value",
61
+ "dtype": "float32"
62
+ },
63
+ "point_B_x": {
64
+ "_type": "Value",
65
+ "dtype": "float32"
66
+ },
67
+ "point_B_y": {
68
+ "_type": "Value",
69
+ "dtype": "float32"
70
+ },
71
+ "point_B_depth": {
72
+ "_type": "Value",
73
+ "dtype": "float32"
74
+ },
75
+ "point_C_x": {
76
+ "_type": "Value",
77
+ "dtype": "float32"
78
+ },
79
+ "point_C_y": {
80
+ "_type": "Value",
81
+ "dtype": "float32"
82
+ },
83
+ "point_C_depth": {
84
+ "_type": "Value",
85
+ "dtype": "float32"
86
+ },
87
+ "point_D_x": {
88
+ "_type": "Value",
89
+ "dtype": "float32"
90
+ },
91
+ "point_D_y": {
92
+ "_type": "Value",
93
+ "dtype": "float32"
94
+ },
95
+ "point_D_depth": {
96
+ "_type": "Value",
97
+ "dtype": "float32"
98
+ },
99
+ "point_E_x": {
100
+ "_type": "Value",
101
+ "dtype": "float32"
102
+ },
103
+ "point_E_y": {
104
+ "_type": "Value",
105
+ "dtype": "float32"
106
+ },
107
+ "point_E_depth": {
108
+ "_type": "Value",
109
+ "dtype": "float32"
110
+ }
111
+ },
112
+ "splits": {
113
+ "train": {
114
+ "name": "train",
115
+ "num_examples": 19279,
116
+ "dataset_name": "ade20k_depth_discrete_long_only"
117
+ }
118
+ },
119
+ "license": "mit",
120
+ "homepage": ""
121
+ }
122
+ }
images/3pts_ADE_train_00001487.jpg ADDED

Git LFS Details

  • SHA256: ff99db5c3560d6e421e11473e83f69e4f8963757fabca00c4b6d7d485a0416a0
  • Pointer size: 130 Bytes
  • Size of remote file: 17.7 kB
images/3pts_ADE_train_00004922.jpg ADDED

Git LFS Details

  • SHA256: 5b251a27f32b76c196d509aaffd82c271d532a05bd8c5652ad5f6c048139d924
  • Pointer size: 130 Bytes
  • Size of remote file: 28.2 kB
images/3pts_ADE_train_00005455.jpg ADDED

Git LFS Details

  • SHA256: fd750730a78c69d70d8535ab581acf0e994d630331b86d2d6ca4d0ccd473cbce
  • Pointer size: 130 Bytes
  • Size of remote file: 31.5 kB
images/3pts_ADE_train_00006502.jpg ADDED

Git LFS Details

  • SHA256: ac24d644be8c725225b5580428bb579944531816a443202c315ded9f01d7e8e7
  • Pointer size: 130 Bytes
  • Size of remote file: 32.8 kB
images/3pts_ADE_train_00008172.jpg ADDED

Git LFS Details

  • SHA256: e7d80d66113a16369ebdd613625fa01ea2387d4bd0ec6002b3fb89119265bf1a
  • Pointer size: 130 Bytes
  • Size of remote file: 33.3 kB
images/3pts_ADE_train_00008473.jpg ADDED

Git LFS Details

  • SHA256: 867658efea4d981504baf16874f27d066eface8268e385bfe96511df4d90af21
  • Pointer size: 130 Bytes
  • Size of remote file: 21.4 kB
images/3pts_ADE_train_00009045.jpg ADDED

Git LFS Details

  • SHA256: 3a33608188d882ba86ea7bdb9e2ab0e402f16e377bb00e1f57d85a4a86dcc6f8
  • Pointer size: 130 Bytes
  • Size of remote file: 11.4 kB
images/3pts_ADE_train_00009908.jpg ADDED

Git LFS Details

  • SHA256: 9332543568b96d00f6d63a611b98e058b273804b2fa15691a03da17fdc0d1726
  • Pointer size: 130 Bytes
  • Size of remote file: 18.2 kB
images/3pts_ADE_train_00010588.jpg ADDED

Git LFS Details

  • SHA256: 159a09237c2152465b1df4c30aad78821ebbaba9ebd72a58684b5e162a3a9f4d
  • Pointer size: 130 Bytes
  • Size of remote file: 14.7 kB
images/3pts_ADE_train_00014346.jpg ADDED

Git LFS Details

  • SHA256: 978c2950279445890117a981d3fb1492af3048c514033fc8a47974d5bef1577f
  • Pointer size: 130 Bytes
  • Size of remote file: 33.2 kB
images/3pts_ADE_train_00015126.jpg ADDED

Git LFS Details

  • SHA256: 4562e1038cf69317b8aafdab2fe0addf73a38385d94e0863c82a3b0da4c66c20
  • Pointer size: 130 Bytes
  • Size of remote file: 13 kB
images/3pts_ADE_train_00015730.jpg ADDED

Git LFS Details

  • SHA256: 84d21122bc29ed29a4d78bca797e74914abd3f57a448d9a0c1a86a6012be6a15
  • Pointer size: 130 Bytes
  • Size of remote file: 18.3 kB
images/3pts_ADE_train_00016056.jpg ADDED

Git LFS Details

  • SHA256: a3b51adea44fb8f83f6da410419e847b4e2bea3c1b2453fa48a96acd531dd63c
  • Pointer size: 130 Bytes
  • Size of remote file: 31.5 kB
images/3pts_ADE_train_00016316.jpg ADDED

Git LFS Details

  • SHA256: 6d7dcfc416d1fad52b139e3b6f032279847a98db0894788cd32d130a085db7d2
  • Pointer size: 130 Bytes
  • Size of remote file: 30.8 kB
images/3pts_ADE_train_00018474.jpg ADDED

Git LFS Details

  • SHA256: a2f9bc9b5bdf11e77a2c747e5655db8a610c574a3701fcea30a952fd419087a5
  • Pointer size: 130 Bytes
  • Size of remote file: 20.9 kB
images/3pts_ADE_train_00020136.jpg ADDED

Git LFS Details

  • SHA256: e760af67cb90c234a2ad00b60ee391d91ebe90ce45fc0fae09639537bfeeff23
  • Pointer size: 130 Bytes
  • Size of remote file: 28.1 kB
images/4pts_ADE_train_00000181.jpg ADDED

Git LFS Details

  • SHA256: 299c09889e3160688e51781d44463b0d7c53ef3e0301616a8b9b46fc770fe874
  • Pointer size: 130 Bytes
  • Size of remote file: 14.7 kB
images/4pts_ADE_train_00000256.jpg ADDED

Git LFS Details

  • SHA256: 4323397610993ebd0578c6fdff666f970502d2bb8d34f63688d4f1ef2455afbd
  • Pointer size: 130 Bytes
  • Size of remote file: 19.3 kB
images/4pts_ADE_train_00000739.jpg ADDED

Git LFS Details

  • SHA256: caa736dfd28683157fa3abc6ad0cb35e91e2876564b7293681a84649c59f4f4e
  • Pointer size: 130 Bytes
  • Size of remote file: 23.8 kB
images/4pts_ADE_train_00001563.jpg ADDED

Git LFS Details

  • SHA256: d4986b340cd659c8f43f8f7e415dd44f0d47df556edf1c820b50511d35d47e03
  • Pointer size: 130 Bytes
  • Size of remote file: 24.6 kB
images/4pts_ADE_train_00004246.jpg ADDED

Git LFS Details

  • SHA256: c44581f5d54edbc291f05f0f3d85c066464ca9bb313d4b99203d5cb5e03c1c91
  • Pointer size: 130 Bytes
  • Size of remote file: 17.2 kB
images/4pts_ADE_train_00004439.jpg ADDED

Git LFS Details

  • SHA256: 58d4449b5a257f852a19d8f0ced7ad69d6926d9baf95771ac07764bb339ae997
  • Pointer size: 130 Bytes
  • Size of remote file: 21.9 kB
images/4pts_ADE_train_00007375.jpg ADDED

Git LFS Details

  • SHA256: 9e4c696e0dc4187f739ef7ea87ff1627b4cc933b6903ac115c968c7727a5c4a2
  • Pointer size: 130 Bytes
  • Size of remote file: 18.9 kB
images/4pts_ADE_train_00010214.jpg ADDED

Git LFS Details

  • SHA256: 7e479e2f9e14a1fc3201efce4a49fda8016786167b80ebd24ab9a5e1051cef38
  • Pointer size: 130 Bytes
  • Size of remote file: 19 kB
images/4pts_ADE_train_00011349.jpg ADDED

Git LFS Details

  • SHA256: 8f4d454f7c36670aed161695f7718de387634dc1ddc7436eca3c3fcf13fd4efc
  • Pointer size: 130 Bytes
  • Size of remote file: 10.3 kB
images/4pts_ADE_train_00012150.jpg ADDED

Git LFS Details

  • SHA256: e658d2f6071881674ed11d0ddc0362e1f9196c9d026918768832c9029483b0b0
  • Pointer size: 130 Bytes
  • Size of remote file: 19.8 kB
images/4pts_ADE_train_00012744.jpg ADDED

Git LFS Details

  • SHA256: 4f3b5ec53a7f8e6e9c843a89355a2feb7f53b149ae5c8437bc0be073e2f09059
  • Pointer size: 130 Bytes
  • Size of remote file: 22 kB
images/4pts_ADE_train_00014555.jpg ADDED

Git LFS Details

  • SHA256: 5afa3f2bee07c74eab198c3cfa32c36e7d80f974cc305c590a3f04e7217434c6
  • Pointer size: 130 Bytes
  • Size of remote file: 29.6 kB
images/4pts_ADE_train_00016329.jpg ADDED

Git LFS Details

  • SHA256: 52d19c695cb72d945c6dfcc338346978ddff53573089ded36a3dd798dd26ce69
  • Pointer size: 130 Bytes
  • Size of remote file: 20.7 kB
images/4pts_ADE_train_00016615.jpg ADDED

Git LFS Details

  • SHA256: 6f1a8751dc69ac5b8b3a5cb6d7704606d39dd22317720bdef9f5ddfc1bfe2a7b
  • Pointer size: 130 Bytes
  • Size of remote file: 20.7 kB
images/4pts_ADE_train_00017808.jpg ADDED

Git LFS Details

  • SHA256: 24d697d2c16e9c66d225ad79aa038e84b3006ea55592b54f9bc74c6a6ecbd6f6
  • Pointer size: 130 Bytes
  • Size of remote file: 17.8 kB
images/4pts_ADE_train_00018413.jpg ADDED

Git LFS Details

  • SHA256: 4cbe98d7283a3d4c2586de5ebff1872377145fc7f640803c997858f5f8db587b
  • Pointer size: 130 Bytes
  • Size of remote file: 29.7 kB
images/4pts_ADE_train_00019171.jpg ADDED

Git LFS Details

  • SHA256: 7bda8a10f4f11eb0066d417b679c6f693836f8507690c5229558486809031aba
  • Pointer size: 130 Bytes
  • Size of remote file: 26.7 kB
images/4pts_ADE_train_00019532.jpg ADDED

Git LFS Details

  • SHA256: 5f1ec15ce310ef52c8cf5538ee0dd1f12b834ae2dbbe7626f6fd2a1b85a796b6
  • Pointer size: 130 Bytes
  • Size of remote file: 26.9 kB
images/5pts_ADE_train_00000543.jpg ADDED

Git LFS Details

  • SHA256: 80ae95183ddc2c6fe664f9bbcc59f5d348b0de9947997ae21d2445ad67009704
  • Pointer size: 130 Bytes
  • Size of remote file: 19.8 kB
images/5pts_ADE_train_00001409.jpg ADDED

Git LFS Details

  • SHA256: 953ebbcccdb6c6f9ada0d2c77513727f449420a82f5260491ef752013244cecc
  • Pointer size: 130 Bytes
  • Size of remote file: 17.6 kB
images/5pts_ADE_train_00001473.jpg ADDED

Git LFS Details

  • SHA256: 81c4eeb38093ded211e76bdc82ec390a4fcbaad5eff78a4854736f546258ffa7
  • Pointer size: 130 Bytes
  • Size of remote file: 25.5 kB
images/5pts_ADE_train_00002895.jpg ADDED

Git LFS Details

  • SHA256: 140c7ade7484c774ea2c8a1fe4fa6a5c5d96b1028d87064130c932b6d2a6c137
  • Pointer size: 130 Bytes
  • Size of remote file: 19.2 kB
images/5pts_ADE_train_00003780.jpg ADDED

Git LFS Details

  • SHA256: 92f45ae132da8a5c16cf740029d97352a2f79d5256166ad14e69966f7c52e6d2
  • Pointer size: 130 Bytes
  • Size of remote file: 22.6 kB
images/5pts_ADE_train_00003920.jpg ADDED

Git LFS Details

  • SHA256: 2b22aabb963b4ec5ea98b3f350aa66cef88a516633fd5d1ffb37cee8b172e44f
  • Pointer size: 130 Bytes
  • Size of remote file: 12.1 kB
images/5pts_ADE_train_00004554.jpg ADDED

Git LFS Details

  • SHA256: 531e6f3f7a66c7a66644485a5d38d097351a79e9c820b6f9fd10c822af04d02c
  • Pointer size: 130 Bytes
  • Size of remote file: 23.2 kB
images/5pts_ADE_train_00005422.jpg ADDED

Git LFS Details

  • SHA256: a7fea60f6d852d97f42f62aa75a6b2662bd726c3c29909ff8a65fdaeb09e5de3
  • Pointer size: 130 Bytes
  • Size of remote file: 23.9 kB
images/5pts_ADE_train_00006561.jpg ADDED

Git LFS Details

  • SHA256: c718a390d8f1a62db477385a4908b16fc1cd3959636021f060b5ac8974e1031c
  • Pointer size: 130 Bytes
  • Size of remote file: 28.9 kB
images/5pts_ADE_train_00008300.jpg ADDED

Git LFS Details

  • SHA256: 6ce10186e8ae1b57d02fb4a08af7e9b77ce8019ec04d9f4e5b04a0b39e0507a3
  • Pointer size: 130 Bytes
  • Size of remote file: 17.4 kB
images/5pts_ADE_train_00010222.jpg ADDED

Git LFS Details

  • SHA256: edf91d8837baee249f4d50c5bbb9ed6462ec78e89031035220288cd63a6f1dd9
  • Pointer size: 130 Bytes
  • Size of remote file: 19.9 kB
images/5pts_ADE_train_00014018.jpg ADDED

Git LFS Details

  • SHA256: b5614949aea0e145b361058e2f82b2eecefdecaefb273d836cddab652f387776
  • Pointer size: 130 Bytes
  • Size of remote file: 18.6 kB
images/5pts_ADE_train_00014385.jpg ADDED

Git LFS Details

  • SHA256: 86b8493a132149c40b3490dc17aec1b0f0912c2ce4ff6968fadb2a7d2677ae23
  • Pointer size: 130 Bytes
  • Size of remote file: 34.1 kB
images/5pts_ADE_train_00020209.jpg ADDED

Git LFS Details

  • SHA256: f03a5b06d523a307b3a668d786c16c5946cbe311b0a3e79a026192d9cc198574
  • Pointer size: 130 Bytes
  • Size of remote file: 25.6 kB