monjoychoudhury29 commited on
Commit
2b106b3
Β·
verified Β·
1 Parent(s): ac23132

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -13
README.md CHANGED
@@ -48,19 +48,32 @@ Example:
48
  ## πŸ“‚ Dataset Structure
49
 
50
  ```
51
-
52
- visual-equation-solving/
53
- β”‚
54
- β”œβ”€β”€ train/
55
- β”‚ β”œβ”€β”€ images/ # equation images
56
- β”‚ β”œβ”€β”€ annotations.json # ground-truth equations & solutions
57
- β”‚
58
- β”œβ”€β”€ test/
59
- β”‚ β”œβ”€β”€ images/
60
- β”‚ β”œβ”€β”€ annotations.json
61
- β”‚
62
- └── metadata.json # dataset metadata & icon mapping
63
-
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ````
65
 
66
  **Annotations** include:
 
48
  ## πŸ“‚ Dataset Structure
49
 
50
  ```
51
+ There are 2 variants of the dataset based on number of variables used -
52
+ 2 variables and 3 variables which can be found in the respective zip files.
53
+ Once you extract any of them you will see the following tree -
54
+
55
+ β”œβ”€β”€ char_only
56
+ β”‚ └── metadata.csv
57
+ β”‚ └── *.png
58
+ β”œβ”€β”€ counting
59
+ β”‚ └── metadata.csv
60
+ β”‚ └── *.png
61
+ β”œβ”€β”€ icon_only
62
+ β”‚ └── metadata.csv
63
+ β”‚ └── *.png
64
+ β”œβ”€β”€ icon_partial
65
+ β”‚ └── metadata.csv
66
+ β”‚ └── *.png
67
+ └── [two/three]-vars.txt
68
+
69
+ The char_only, icon_only, icon_partial, counting points to the
70
+ symbolic, visual, visual-symbolic and counting datasets mentioned in the paper
71
+ respectively. Each of them consist of the following metadata -
72
+ 1. file_path to corresponding image
73
+ 2. solution to variable
74
+ 3. mapping to symbolic variable (in case of visual, visual-symbolic, counting dataset)
75
+
76
+ The base equations which are used to create the same are attached in the respective .txt file in the root level directory.
77
  ````
78
 
79
  **Annotations** include: