Object Classification with only 3D models in the training #420
Labels
call-for-collaboration
User seeks collaborators for their project
how to
How to use PyTorch3D in my project
question
Further information is requested
❓ Questions on how to use PyTorch3D for specific Object Classification in 3D only Datasets
Thanks again for this amazing project. I think Pytorch3D could enable better object classification tasks, correct me if I am wrong ( similar to this work )
I was wondering: in the case we have only 3D models in our Dataset. (for example only the 3d models from ShapeNET, Pix3D, Pascal or others), but with no real pictures of those objects.
Since we need to perform the training on this completely synthetic environment, I think Pytorch3D could be extremely helpful. In the past we used Blender, but now it could be possible to have everything in the same pipeline. I was wondering if there is any code sample available regarding this task of specific object classification (or reconstruction to specific objects)
For example MeshRCNN, is an amazing project, but it is really focused in a way harder task. It tries to generalize and reconstruct objects that were not present in the training set, ( for unseen classes and objects). My question is way simpler, I want to recognize the object in my dataset.
Let's say I have 3 items that I want to 3d print:
After I 3D print those objects I want to be able to recognize those when I take a picture.
Could you provide the best example using Pytorch3D to this problem:
Thanks again for this amazing work and for your even greater availability.
Best Regards
The text was updated successfully, but these errors were encountered: