Commit
·
e67646f
1
Parent(s):
276cf89
Added files
Browse files- .gitattributes +2 -0
- README.md +23 -5
- labels/test_bounding_boxes.json +3 -0
- labels/test_fen.json +3 -0
- labels/test_labels.json +3 -0
- labels/train_bounding_boxes.json +3 -0
- labels/train_fen.json +3 -0
- labels/train_labels.json +3 -0
- test.tar.gz +3 -0
- train.tar.gz +3 -0
.gitattributes
CHANGED
@@ -57,3 +57,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
57 |
# Video files - compressed
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
61 |
+
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -3,9 +3,15 @@ license: cc-by-4.0
|
|
3 |
---
|
4 |
# VALUED - Vision and Logical Understanding Evaluation Dataset.
|
5 |
---
|
6 |
-
This repository contains dataset associated with the paper at (https://data.mlr.press/assets/pdf/v01-13.pdf)
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
## Abstract
|
11 |
|
@@ -18,5 +24,17 @@ Starting with early successes in computer vision tasks, deep learning based tech
|
|
18 |
### Download data
|
19 |
- The generated train/test set along with all labels can be found [here](https://zenodo.org/records/10607059).
|
20 |
- The DOI for the dataset is 10.5281/zenodo.8278014.
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# VALUED - Vision and Logical Understanding Evaluation Dataset.
|
5 |
---
|
6 |
+
This repository contains dataset associated with the paper at (https://data.mlr.press/assets/pdf/v01-13.pdf).
|
7 |
+
View samples from the dataset at the [dataset page](https://espressovi.github.io/VALUED).
|
8 |
+
|
9 |
+
## Authors
|
10 |
+
- [Soumadeep Saha](https://www.isical.ac.in/~soumadeep.saha_r)
|
11 |
+
- [Saptarshi Saha](https://openreview.net/profile?id=~Saptarshi_Saha1)
|
12 |
+
- [Utpal Garain](https://www.isical.ac.in/~utpal).
|
13 |
+
|
14 |
+
-
|
15 |
|
16 |
## Abstract
|
17 |
|
|
|
24 |
### Download data
|
25 |
- The generated train/test set along with all labels can be found [here](https://zenodo.org/records/10607059).
|
26 |
- The DOI for the dataset is 10.5281/zenodo.8278014.
|
27 |
+
|
28 |
+
## Cite
|
29 |
+
|
30 |
+
If you find our work useful, please cite:
|
31 |
+
|
32 |
+
```
|
33 |
+
@article{saha2024valued,
|
34 |
+
title={{VALUED} - Vision and Logical Understanding Evaluation Dataset},
|
35 |
+
author={Soumadeep Saha and Saptarshi Saha and Utpal Garain},
|
36 |
+
journal={Journal of Data-centric Machine Learning Research},
|
37 |
+
year={2024},
|
38 |
+
url={https://openreview.net/forum?id=nS9oxKyy9u}
|
39 |
+
}
|
40 |
+
```
|
labels/test_bounding_boxes.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25cbbad67bc960ace773ef91cc4d79d1aa5e9fba8e73783bc95bec5905ce878a
|
3 |
+
size 29429457
|
labels/test_fen.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26f4a2b40756b5ffde7bea9857f833374d2892242b21612b3b3ead8284615e23
|
3 |
+
size 1459661
|
labels/test_labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ec606469fcb8cdffc8f5df2756f97da3fac433b8973ba3b7235bd69ed245c0d
|
3 |
+
size 13833760
|
labels/train_bounding_boxes.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99a9e6494556b7a8830cb40568cf2ee8f66369192a87ca2ef74eb2c6a3263e65
|
3 |
+
size 294444389
|
labels/train_fen.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e6133249a6f3e2940cbe4a2ed0fe40c6330f99d0ddb9c919bcee192b63e6af3
|
3 |
+
size 14615501
|
labels/train_labels.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4598e659ab05caa8f762f984b4b4f716c8247167aae702ab2944fbb563802e7
|
3 |
+
size 138564170
|
test.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bed22910c0379a871829fe1df37f16c82c7c225bba7d55893cfebf1d6b2c0928
|
3 |
+
size 1597335285
|
train.tar.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10d4283c190e5041a07b9926c45cbfd290073e0c17c29cc07672ab4da0dad606
|
3 |
+
size 15999247585
|