AutodeskAILab / Fusion360GalleryDataset

Data, tools, and documentation of the Fusion 360 Gallery Dataset
Other
421 stars 51 forks source link

Is face based extrusion sufficient to represent all shapes in the dataset? #67

Closed Hippogriff closed 3 years ago

Hippogriff commented 3 years ago

In the paper, the proposed network works on faces, where two faces are selected and operation is predicted. It seems to me that shapes with subtraction operation where subtraction creates a cavity throughout the shape, cannot be represented by this strategy. An example posted below encircled in red. unnamed

Some of these subtraction cases can be represented using add operation using trimmed faces, but I think it is not always possible to represent all shapes in this dataset with this strategy.

karldd commented 3 years ago

Yes that is right, the face to face extrusion cannot exactly represent all shapes in the dataset. From 4.2 in the paper:

Of the design sequences in the reconstruction dataset, 59.2% can be directly converted to a face extrusion sequence. We estimate that approximately 80% of designs in our dataset can be reconstructed by finding alternative construction sequences.

Finding alternate representations that can represent all shapes is an interesting area for future exploration.

Hippogriff commented 3 years ago

Thanx for the quick reply.