Coder Social home page Coder Social logo

shapenet_part_experiments's Introduction

shapenet_part_experiments

This repository contains part segmentation experiments conducted on the ShapeNetPart dataset.

Dataset

The ShapeNetPart dataset is annotated for 3D object part segmentation. It consists of 16,880 models from 16 shape categories, with 14,006 3D models for training and 2,874 for testing. The number of parts for each category is between 2 and 6, with 50 different parts in total.

Install Dependencies

pip install -r requirements.txt

Experiments

The experiments are conducted on the following models:

Training models by running the corresponding scripts in the code folder. For example, to train the DGCNN model, run the following command:

python code/train_dgcnn.py

The processed dataset will be downloaded automatically when running the training scripts.

Results

The table below presents the instance mIoU and class mIoU of the models on the ShapeNetPart dataset with 2048 points.

Model input ins. mIoU cls. mIoU device
PointNet2SSG xyz 84.8% 82.0% 1x 3090
PointNet2MSG xyz 85.2% 82.5% 1x 3090
DGCNN xyz 85.4% 83.1% 1x 3090

You can reproduce the results by running the corresponding scripts in the code folder with default configurations. For example, to train the PointNet2 model, run the following command

python code/train_pointnet2.py

shapenet_part_experiments's People

Contributors

kentechx 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.