Giter VIP home page Giter VIP logo

data-driven-mesh-segmentation-and-labelling's Introduction

Data Driven Mesh Segmentation and Labelling

Course project for CSE 528: Computer Graphics

Introduction

The objective of the project is to explicitly label the mesh into its components. The problem of mesh labelling can be viewed a classification problem as such this project trains a random forest classifier trained on mesh data generated using a ensemble of mesh descriptors which effectively and concisely capture the surface,volume and orientation of the mesh.

Mesh Features

The features implemented are
  1. Average Geodesic Distance (Local surface property)

Approximate average geodesic distance using fast marching algorithm.

AGDIMAGE

  1. Shape diameter function(Local Volume property)

Approximation method calculate the distance from surface to the medial axis. Uses Moller-Trumbore algorithm for triangle ray intersection.

SDFImage

  1. Curvature (Gaussian,Mean and principle curvatures)(1-Ring neighbourhood surface property)

First order differential attributes on a piecewise linear triangular mesh.

CurImage

  1. Volumetric shape images(Local Volume property)

Better approximation of distance from surface to the medial axis. A Two pass algorithm which internally uses SDF.

VSIImage

  1. Shape Context(Surface and mesh face orientation property)

Combines geodesic distance with the orientation by computing the angle between the surface normal and line connecting the face centres.

SCImage

Mesh Labelling and Segmentation.

A Random Forest Classifier was able to label the mesh with an accuracy of 92% and an SVM Classifier with accuracy of 93%.
Random Forest classifier was finally chosen as it is faster to train.
Results

ClassImage

Time to generate each features

TimeFeatureImage Feature wise and Part wise precision FeaturePImage PartPImage

Please Checkout PresentationFolder for detailed report.

data-driven-mesh-segmentation-and-labelling's People

Contributors

rix161 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.