Tagged in

Neural Networks

3D body recognition using VGG16 like network
3D body recognition using VGG16 like network
3D body recognition is actual for CADs. Here you can find relatively simple approach for solving that problem. In two words this approach is calculating cylinder projection of the body and then feeding it to the NN.
More information
Followers
9
Elsewhere
More, on Medium

3D body recognition — Lets recognize!

Episode 3: Data preprocessing

We have done a very important thing in the last episode. Namely, found a suitable way to convert 3D bodies into images which we will be able to feed to the Neural Network (NN).