SEU-WYL commited on
Commit
e61ea9a
·
verified ·
1 Parent(s): d903682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -10,13 +10,17 @@ This dataset is an extension of the ShapeNetV2 dataset, enhanced with symmetry a
10
  ### Key Features:
11
 
12
  Objects: 3D models from the ShapeNetV2 dataset, covering various categories.
 
13
  Symmetry Annotations: Each object is annotated with one or more symmetry axes, covering discrete, continuous, texture, and geometric symmetries.
 
14
  Applications: Ideal for use in pose estimation tasks, symmetry-aware machine learning models, and 3D object analysis.
15
 
16
  ## Current Status:
17
 
18
  Subset Selection: We have screened approximately 7000 objects from the ShapeNetV2 dataset (out of a total of 55,000 objects).
 
19
  Symmetry Annotations: ~~Only a portion of these 7000 objects currently includes symmetry axis annotations. The remaining models will be annotated and uploaded over time.~~We completed the symmetry axis localization for all models and uploaded the corresponding files on February 6, 2025.
 
20
  ~~Future Work: The symmetry axis annotations for the rest of the selected models are expected to be completed by the end of 2024.~~
21
 
22
 
@@ -31,6 +35,7 @@ Original ShapeNetV2 dataset can be accessed here: https://www.paris.inria.fr/arc
31
  The dataset is organized as follows:
32
 
33
  Models: 3D models from ShapeNetV2 in .obj format.
 
34
  Symmetry Axes: A JSON file for each object containing symmetry axis data, including discrete, and continuous symmetry information.
35
 
36
  The JSON file is organized based on the BOP format: https://github.com/thodan/bop_toolkit
@@ -46,6 +51,7 @@ You can find more details and access the project's GitHub repository here: https
46
  This dataset consists of two parts with different licenses:
47
 
48
  ShapeNetV2 data: The 3D models are under the original ShapeNetV2 license. Please refer to the ShapeNet page for the applicable license.
 
49
  Symmetry axis data: The symmetry annotations provided in this dataset are released under the MIT License.
50
 
51
  ## 6. Contributors
 
10
  ### Key Features:
11
 
12
  Objects: 3D models from the ShapeNetV2 dataset, covering various categories.
13
+
14
  Symmetry Annotations: Each object is annotated with one or more symmetry axes, covering discrete, continuous, texture, and geometric symmetries.
15
+
16
  Applications: Ideal for use in pose estimation tasks, symmetry-aware machine learning models, and 3D object analysis.
17
 
18
  ## Current Status:
19
 
20
  Subset Selection: We have screened approximately 7000 objects from the ShapeNetV2 dataset (out of a total of 55,000 objects).
21
+
22
  Symmetry Annotations: ~~Only a portion of these 7000 objects currently includes symmetry axis annotations. The remaining models will be annotated and uploaded over time.~~We completed the symmetry axis localization for all models and uploaded the corresponding files on February 6, 2025.
23
+
24
  ~~Future Work: The symmetry axis annotations for the rest of the selected models are expected to be completed by the end of 2024.~~
25
 
26
 
 
35
  The dataset is organized as follows:
36
 
37
  Models: 3D models from ShapeNetV2 in .obj format.
38
+
39
  Symmetry Axes: A JSON file for each object containing symmetry axis data, including discrete, and continuous symmetry information.
40
 
41
  The JSON file is organized based on the BOP format: https://github.com/thodan/bop_toolkit
 
51
  This dataset consists of two parts with different licenses:
52
 
53
  ShapeNetV2 data: The 3D models are under the original ShapeNetV2 license. Please refer to the ShapeNet page for the applicable license.
54
+
55
  Symmetry axis data: The symmetry annotations provided in this dataset are released under the MIT License.
56
 
57
  ## 6. Contributors