imageAssetGenerator
Description
The imageAssetGenerator
object generates 3-D assets from single
view camera images by using a pretrained TripoSR 3-D asset generator model [1].
Note
This object requires an internet connection to download the TripoSR
model for its first use. For more information on how to download the model, see Optional Set Up for Scenario Generation.
Creation
Description
creates
a default assetGenerator
= imageAssetGeneratorimageAssetGenerator
object,
assetGenerator
, to generate 3-D assets from single view camera
images.
creates an assetGenerator
= imageAssetGenerator(Model=modelName
)imageAssetGenerator
object,
assetGenerator
, using the specified asset generator model,
modelName
.
Note
This object requires the Scenario Builder for Automated Driving Toolbox™ support package and a Deep Learning Toolbox™ license. You can install the Scenario Builder for Automated Driving Toolbox support package from the Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Output Arguments
Properties
Object Functions
generate | Generate 3-D asset from single view camera image |
Examples
References
[1] Tochilkin, Dmitry, David Pankratz, Zexiang Liu, Zixuan Huang, Adam Letts, Yangguang Li, Ding Liang, Christian Laforte, Varun Jampani, and Yan-Pei Cao. “TripoSR: Fast 3D Object Reconstruction from a Single Image.” arXiv, 2024. https://doi.org/10.48550/ARXIV.2403.02151.
Version History
Introduced in R2025a