SEU-WYL commited on
Commit
4524e82
·
verified ·
1 Parent(s): 75c515a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -5,4 +5,42 @@ license: mit
5
 
6
  ## 1. Dataset Description
7
 
8
- This dataset is an extension of the Google Scanned Objects (GSO) dataset, enriched with symmetry axis annotations for each object. It is designed to assist in pose estimation tasks by providing explicit symmetry information for objects with both geometric and texture symmetries.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  ## 1. Dataset Description
7
 
8
+ This dataset is an extension of the Google Scanned Objects (GSO) dataset, enriched with symmetry axis annotations for each object. It is designed to assist in pose estimation tasks by providing explicit symmetry information for objects with both geometric and texture symmetries.
9
+
10
+ ### Key Features:
11
+
12
+ Objects: 3D scanned models of various objects from the GSO dataset.
13
+ Symmetry Annotations: Each object is annotated with one or more symmetry axes (if applicable), covering discrete, continuous, texture, and geometric symmetries.
14
+ Applications: Useful for tasks like pose estimation, object detection, and symmetry-aware 3D model analysis.
15
+
16
+ ## 2. Data Source
17
+
18
+ This dataset is derived from the publicly available Google Scanned Objects (GSO) dataset. We added symmetry axis annotations based on the geometric and texture properties of the objects.
19
+
20
+ The GSO dataset can be accessed here: https://www.paris.inria.fr/archive_ylabbeprojectsdata/megapose/tars/google_scanned_objects.zip
21
+
22
+ ##3. Dataset Structure
23
+ The dataset is organized as follows:
24
+
25
+ Models: 3D object models from the GSO dataset.
26
+ Symmetry Axes: A JSON file for each object containing symmetry axis data, including discrete, and continuous symmetry information.
27
+
28
+ The JSON file is organized based on the BOP format: https://github.com/thodan/bop_toolkit
29
+
30
+ ## 3. Project Reference
31
+
32
+ This dataset was created as part of the KASAL (Key-Axis-based Symmetry Axis Localization) Project.
33
+
34
+ You can find more details and access the project's GitHub repository here: https://github.com/WangYuLin-SEU/KASAL
35
+
36
+ ## 4. License
37
+
38
+ This dataset consists of two parts with different licenses:
39
+
40
+ Google Scanned Objects (GSO) data: The GSO dataset is under its original license. Please refer to the Google Scanned Objects dataset page for the applicable license.
41
+ Symmetry axis data: The symmetry axis annotations provided in this dataset are released under the MIT License.
42
+
43
+ ## 5. Contributors
44
+
45
+ Yulin Wang (Southeast University, China)
46
+