SEU-WYL commited on
Commit
4bde815
1 Parent(s): f560790

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ ---
5
+ license: mit
6
+ ---
7
+
8
+ # DSRSTO-dataset
9
+
10
+ ## 1. Dataset Description
11
+
12
+ The DSRSTO-dataset is a specialized dataset designed to support research on 3D object symmetry. It includes annotations for seven distinct types of symmetries and is composed of 3D models created using 3D CAD software, making it a valuable resource for tasks such as pose estimation, object recognition, and symmetry-based 3D model analysis.
13
+
14
+ ### Key Features:
15
+
16
+ Learning Resource: This dataset serves as an excellent learning material, helping researchers quickly learn to use the KASAL software and accelerate their pose estimation task development.
17
+
18
+ ## 2. Dataset Structure
19
+
20
+ The dataset is organized as follows:
21
+
22
+ Models: 3D models are designed using 3D CAD software such as Solidworks and Blender.
23
+ Symmetry Axes: A JSON file for each object containing symmetry axis data, including discrete, and continuous symmetry information.
24
+
25
+ The JSON file is organized based on the BOP format: https://github.com/thodan/bop_toolkit
26
+
27
+ ## 3. Project Reference
28
+
29
+ This dataset was created as part of the KASAL (Key-Axis-based Symmetry Axis Localization) Project.
30
+
31
+ You can find more details and access the project's GitHub repository here: https://github.com/WangYuLin-SEU/KASAL
32
+
33
+ ## 4. License
34
+
35
+ MIT License.
36
+
37
+ ## 5. Contributors
38
+
39
+ Yulin Wang (Southeast University, China)
40
+