sebius commited on
Commit
ae5548e
·
1 Parent(s): 79cd8a6

Changed readme for better readability

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,6 +8,7 @@ The following directory structure is consistent across all datasets. Each geomet
8
 
9
  Each dataset has two main folders: info and stl. The info folder contains metadata about each geometry in JSON format, including geometric parameters, random rotation applied to the geometry, reverse transformation (label) in various mathematical definitions. The stl folder is divided into three subfolders containing training, validation, and test data in STL format.
10
 
 
11
  {dataset_name}_{number_of_samples}/
12
  |--- info
13
  | |--- {dataset_name}_00000000.json
@@ -20,4 +21,5 @@ Each dataset has two main folders: info and stl. The info folder contains metada
20
  | |--- train
21
  | | ...
22
  | |--- validation
23
- | | ...
 
 
8
 
9
  Each dataset has two main folders: info and stl. The info folder contains metadata about each geometry in JSON format, including geometric parameters, random rotation applied to the geometry, reverse transformation (label) in various mathematical definitions. The stl folder is divided into three subfolders containing training, validation, and test data in STL format.
10
 
11
+ ```
12
  {dataset_name}_{number_of_samples}/
13
  |--- info
14
  | |--- {dataset_name}_00000000.json
 
21
  | |--- train
22
  | | ...
23
  | |--- validation
24
+ | | ...
25
+ ```