Statistical analysis of the creative process of 3D artists, producing highly-detailed sculpted 3D models. This code has been used for the article "SculptStat: Statistical Analysis of Digital Sculpting Workflows"
Link to the article: https://arxiv.org/abs/1601.07765
This framework was entirely coded in Python 2.7, using many libraries for pre-processing, storing, analyzing and visualizing the results (numpy, scipy, pandas, statsmodels, matplotlib, NoteBook, PyOpenGL, sklearn), plus a from-scratch implementation of the DB-SCAN algorithm (density-based clustering algorithm).