This code accompanies the article "Classifying 3D Shapes using Keras on FloydHub".
The directory structure:
data: The processed, training-ready ModelNet10 dataset.data_prep: The code for processing the dataset from the original format. See the "Data prep" section of the article.src: The code for training and evaluating a CNN model using the dataset.