Hello,
I have a project in mind, and to be honest, I am not yet familiar with PyTorch. I am trying to determine if it would be a good solution for this project and whether it’s worth starting to learn it.
I have a set of thousands of “.step” files representing mechanical parts. My goal is to identify and count several 3D features, such as the number of holes in each part. I am wondering if it’s possible to create a model using PyTorch to “train” it, enabling it to identify the number of holes in new parts.
Is this feasible with PyTorch?
Thank you in advance for your insights.