Datasets:

Modalities:
3D
Languages:
English
Tags:
3d
DOI:
nbanerje commited on
Commit
147bf76
·
1 Parent(s): fb47e65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -11,9 +11,8 @@ DATASET DESCRIPTION:
11
 
12
  The Geometric Breaks dataset consists of 3D models of 25,249 broken object models and their repair parts.
13
  The broken models are generated by subtracting fracturing shapes from a total of 22,165 3D complete object models.
14
- Complete object models have been acquired from the Google Scanned Object (GSO) dataset
15
- (https://app.gazebosim.org/GoogleResearch/fuel/collections/Scanned%20Objects%20by%20Google%20Research), and 8 classes in
16
- the ShapeNetCore.v2 dataset (https://huggingface.co/datasets/ShapeNet/ShapeNetCore).
17
  To generate the dataset, we have waterproofed complete meshes, normalized them to a [-0.5,0.5]^3 cube, and
18
  generated broken shapes and repair counteparts by conducting Boolean subtraction with a fracturing shape from the
19
  waterproofed complete mesh. Fracturing shapes come from one of three geometric primitives: cube, icosphere, and subivided icosphere,
@@ -40,8 +39,7 @@ to the object model descriptor name with underscores as used to name object mode
40
  The use of the same ShapeNetCore class IDs, and ShapeNetCore or GSO object IDs enables
41
  one-to-one cross-referencing with the original ShapeNetCore and GSO datasets.
42
 
43
- Within each '[classID]/[objectID]/models' subfolder, models are stored as triangular meshes in the PLY file format
44
- (https://gamma.cs.unc.edu/POWERPLANT/papers/ply.pdf) as follows:
45
  - The waterproofed version of the original model is provided in the file 'model_c.ply', where 'c' stands for complete.
46
  - Fragments generated from the fractured (i.e. 'broken') model mesh are stored as 'model_r_[N]\_fragment\_[M].ply', where,
47
  'b' stands for 'broken', N E {0,1,...,N_max-1} represents the index for the N+1th fractured mesh,
 
11
 
12
  The Geometric Breaks dataset consists of 3D models of 25,249 broken object models and their repair parts.
13
  The broken models are generated by subtracting fracturing shapes from a total of 22,165 3D complete object models.
14
+ Complete object models have been acquired from the [Google Scanned Object (GSO) dataset](https://app.gazebosim.org/GoogleResearch/fuel/collections/Scanned%20Objects%20by%20Google%20Research), and 8 classes in
15
+ the [ShapeNetCore.v2 dataset](https://huggingface.co/datasets/ShapeNet/ShapeNetCore).
 
16
  To generate the dataset, we have waterproofed complete meshes, normalized them to a [-0.5,0.5]^3 cube, and
17
  generated broken shapes and repair counteparts by conducting Boolean subtraction with a fracturing shape from the
18
  waterproofed complete mesh. Fracturing shapes come from one of three geometric primitives: cube, icosphere, and subivided icosphere,
 
39
  The use of the same ShapeNetCore class IDs, and ShapeNetCore or GSO object IDs enables
40
  one-to-one cross-referencing with the original ShapeNetCore and GSO datasets.
41
 
42
+ Within each '[classID]/[objectID]/models' subfolder, models are stored as triangular meshes in the [PLY file format](https://gamma.cs.unc.edu/POWERPLANT/papers/ply.pdf) as follows:
 
43
  - The waterproofed version of the original model is provided in the file 'model_c.ply', where 'c' stands for complete.
44
  - Fragments generated from the fractured (i.e. 'broken') model mesh are stored as 'model_r_[N]\_fragment\_[M].ply', where,
45
  'b' stands for 'broken', N E {0,1,...,N_max-1} represents the index for the N+1th fractured mesh,