--- license: mit task_categories: - image-to-text - image-to-3d - image-feature-extraction - text-to-3d - feature-extraction size_categories: - 1K The dataset is comprised of a 6,051 unique UAV configurations, where each configuration is described by multiple data for- mats, including a grammar string, an RGB image, and an GLB file. Complementing these representation modalities, we also provide a configuration-based description, i.e., a text descriptor describing the features of each UAV using natural language - **Curated by:** Abhiram Karri, Gary Stump, Christopher McComb, Binyang Song - **Language(s) (NLP):** English, en - **License:** MIT ### Dataset Sources [optional] - **Repository:** [HUVER](https://huggingface.co/datasets/raiselab/HUVER) - **Paper [optional]:** HUVER: The HyForm Uncrewed Vehicle Engineering Repository, ASME JMD (under review) ## Uses ### Direct Use - The multimodal UAV dataset presented in this paper features a variety of UAV representations, including 3D models in GLB format, grammar representations, text descriptions, and parametric data. This diversity facilitates the development of surrogate models that utilize different UAV representations to predict performance more accurately. - This multifaceted UAV dataset supports the creation of diverse UAV designs through various generative models. Models like GANs, LSTMs, transformers, and GNNs can generate new UAV images and designs in different formats, including GLB. The inclusion of negative examples in the dataset helps identify and correct potential design flaws early, enhancing model refinement and ensuring the feasibility and safety of the UAV designs. ### Out-of-Scope Use This dataset is not appropriate for detailed design of flight ready systems. ## Dataset Structure ### Data Instances ```json { 'Image': <0001.png>, 'glb_file': , 'Grammar_string": <*aMM0-*bNM2++*cMN1++*dLM2*eML1^ab^ac^ad^ae>, 'Cost ($)': <1877.19>, 'Number of Batteries': <1>, 'Number of Motor-Rotor Pairs': <4>, 'Number of Airfoils': <0>, 'Number of Connectors': <4>, 'Weight of Batteries (lb)': <19.40347644>, 'Weight of Motor-Rotor Pair (lb)': <3.858051314>, 'Weight of Airfoils (lb)': <0.0>, 'Total Weight (lb)': <23.26152854>, 'Total Thrust (lb)': <82.50002518>, 'Normalized Average Structure Size': <0.324324324>, 'Normalized Average Motor Size': <0.259259259>, 'Normalized Average Foil Size': <0.0>, 'Design Descriptor': , 'Operations Descriptor': , 'Performance': } ``` ### Data Fields - Grammar String : Each UAV configurationn in this dataset can be fully described by a grammar string, which is structured according to specific pre-defined grammar rules. - Image : Top-down view of RGB Image of UAV corresponding to the UAV configuration (grammar string). - glb : 3D mesh representation of the detailed spatial structure of the corresponding UAV configuration. - Configuration parameter fields : Number of Batteries, Number of Motor-Rotor Pairs, Number of Airfoils, Number of Connectors, Weight of Batteries (lb), Weight of Motor-Rotor Pair (lb), Weight of Airfoils (lb), Total Weight (lb), Total Thrust (lb), Normalized Average Structure Size, Normalized Average Motor Size, Normalized Average Foil Size. - Text Descriptions: Design Descriptor, provides a design description based on a UAV configuration. Performance Descriptor, introduces a description of the performance of a UAV based on its simulation results. Operational Descriptor, offers a description of the performance curve of a UAV based on its operation range ## Visualization Once you've downloaded the dataset you can visualize it [using this script](https://github.com/raiselab23/HUVER/blob/main/visualization.py). ## Dataset Creation ### Curation Rationale [More Information Needed] ### Source Data #### Data Collection and Processing [More Information Needed] #### Who are the source data producers? [More Information Needed] #### Annotation process [More Information Needed] #### Who are the annotators? [More Information Needed] #### Personal and Sensitive Information [More Information Needed] ## Bias, Risks, and Limitations [More Information Needed] ### Recommendations Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Dataset Card Contact - [@abhi1505](https://huggingface.co/abhi1505) - [@ccm](https://huggingface.co/ccm)