Welcome to the Autodesk problem statement for the 2023 IDETC hackathon!
In this challenge, your task is to come up with an open-ended solution to identify an appropriate material for a set of parts, based on their CAD geometries and assembly context.
| Material Category | Definition | Example(s) |
|---|---|---|
| Metal_Aluminum | Aluminum-based metal | Aluminum alloy |
| Metal_Ferrous | Ferrous metal (excluding carbon steel) | Cast iron |
| Metal_Ferrous_Steel | Carbon steel | Stainless steel |
| Metal_Non-Ferrous | Non-Ferrous metal | Platinum, silver |
| Other | Uncategorized material | Glass, fabric, ceramic |
| Plastic | Plastic | Thermoplastic |
| Wood | Natural and engineered wood | Softwood |
- The hackathon's goal is to predict the
material_categoryfor each body in the test set. The train data contains material category labels for each body of each assembly in theassembly.jsonfiles. - Link to PDF with more information.
- Download instructions. Please note that the dataset has been modified for this hackathon, and you should only use data from these download instructions in your implementation.
- The data has been modified to include in each
assembly.jsonfile amaterial_categorylabel for each body. This label, which describes the material category of the body as defined in the table above, can be used to train your model.
- The data has been modified to include in each
- Dataset Specifications: Please refer to the original documentation of the Fusion 360 Gallery Dataset for information about the structure of the data in
assembly.jsonand to find out more about the features in the dataset.
- A GPT-based baseline can be found here.
- This can serve as an example of how to extract useful features from the data, and how to evaluate the method.
