Hello PyTorch Community,
I’m delving into a project with the aim to develop a system capable of automatically generating 3D models of products using 2D images from brochures. The challenge is to design a scalable solution starting from a modest collection of 2D images, which may also include specific dimensions to aid in achieving accurate scale in the rendered models.
I am specifically looking at PyTorch as the potential backbone for this project due to its widespread adoption and the extensive support network. Before I commit, I would greatly appreciate your insights on a few key points:
- Is PyTorch suited for managing the 2D to 3D conversion process, particularly with a limited number of images?
- Can PyTorch effectively integrate physical dimensions into the model to ensure the final 3D renderings are to scale?
- Given PyTorch’s capabilities, what is the expected quality of the 3D model output considering the constraints of initial data input?
Additionally, if there are particular PyTorch libraries, extensions, or APIs that you think would be especially beneficial for this application, I would be eager to learn about them.
I understand the complexity of what I’m proposing and am seeking your expert advice on whether PyTorch is the right choice for this endeavor. If there are alternative tools or frameworks that you believe are more suited to these specific requirements, I’m open to suggestions and would value your recommendations.
Thank you for sharing your expertise and helping guide this project in the right direction!