Skip to content

zibozzb/FeatureNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatureNet

We developed a novel framework using Deep 3D Convolutional Neural Networks (3D-CNNs) termed FeatureNet to learn machining features from CAD models of mechanical parts. FeatureNet learns the distribution of complex machining feature shapes across a large 3D model data set and discovers distinguishing features that help in recognition process automatically. To train FeatureNet, a large-scale mechanical part datasets of 3D CAD models with labeled machining features is synthetically constructed.

Dataset

We create our own dataset by using Solidworks API which includes 24000 models belonging to 24 classes. And we uploaded our dataset in: Dataset Database

Recognizer

We proposed a deep 3D convolutional neural network to be our recognizer. The input of recognizer is the model with only single feature. And the output is the class input feature belonging to. FeatureNet

Decomposition & Segmentation

We using scikit-image library to perform these two tasks. Decomposition will find different areas which are seperated from each other. Segmentation will seperate overlapping features.

Result

  • 1 : Convergence of loss function and accuracy convergence
  • 2 : Confusion matrix confMatrix
  • 3 : Three test cases test

Owner:

MAD Lab
Department of Mechanical and Aerospace Engineering
University at Buffalo, Buffalo, NY - 14260
http://madlab.eng.buffalo.edu/

About

Machining feature recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages