GithubHelp home page GithubHelp logo

hjsg1010 / pottery Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 70.54 MB

AIRI_pottery

Jupyter Notebook 90.08% Python 9.92%
pointcloud deeplearning geometric-deep-learning 3d-deep-learning classification pottery

pottery's Introduction

AIRI Pottery

3D classification and segmentation (location prediction) of points cloud data

  • Each pottery(label) has various size of shards.
  • Each Shards has various size of points.

We aim to classify shards into different pottery classes and predict a relative location of shards within the pottery using point cloud representation.

abstract_figure


Data Preparing

We used 3D scanned pottery data in .npy format.

The figure below is an example of the pottery prototype and shards that we actually used. original_pottery_shards

Also, we first generated deep learning models to generate synthetic data using different methods as shown in below figure data_generation

Data Preprocessing

  1. run make_filelist.ipynb
    • generated shards list per each pottery (filelist_label_numofshards_randomseed_F.txt)
  2. run edit_h5_seglabel.ipynb
    • shards' CENTRALIZED point cloud data per pottery, pottery labels(ID), segmentation_label ์ƒ์„ฑ(label_numofshards_randomseed.h5),
    • segmentation_label: labelling (y_max, y_mean, y_min) of each shard
    • generate train data, test data list (train_files.txt, test_files.txt)
  3. move h5 format data, train_files.txt and test_files.txt into same folder (please refer the path in provider.py and train_pottery_combined.py)

Model

model_figure

- Simultaneous learning of pottery type classification and relative position prediction
  • train: ./train_pottery_combined.py
  • model: ./models/dgcnn+skipdense.py
python train_pottery_combined.py

Result Figure (ex)

1. Classification

classification

2. Location Prediction

segmentation


Experiment

  • Experiment settings: ubuntu 16.04, 64Gmemory, 16core, GPU Tesla V100-SXM2(16G) (used 1 GPU)
  • Tensorflow

Visualization

run pottery_demo.ipynb

  • required: tetgen library
$ conda insatll -c conda-forge tetgen

Acknowledgement

This code is heavily borrowed from dgcnn, and pointnet

pottery's People

Contributors

hjsg1010 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

copes3d

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.