freerafiki / multi_part_assembly

Multi-Part Assembly Benchmark Implemented in PyTorch

Home Page:https://breaking-bad-dataset.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Part Assembly

Introduction

This is an open-source 3D shape assembly codebase based on PyTorch + PyTorch-Lightning.

Major Features

We mainly focus on vision based 3D shape assembly task, which takes in point clouds of multiple parts from an object, and predicts their rotations and translations of the correct assembly.

We carefully benchmark the models to match their performance in their original papers, which you can easily extend to new datasets. You can also leverage our codebase to develop your new shape assembly algorithms.

Installation

Please refer to install.md for step-by-step guidance on how to install the packages and prepare the data.

Config System

To learn about the config system used in this codebase, please refer to the config.md.

Quick Start

We provide detailed usage of the codebase in usage.md. You can train, test and visualize the results using our provided config files, or develop your new methods.

Tutorial

We explain our code design in tutorial.md. Please read it before modifying the codebase or implementing your new algorithms.

Benchmark

We benchmark the baselines and report them in model.md. We also present detailed instructions on how to reproduce our results.

License

This project is released under the MIT license.

Acknowledgement

We thank the authors of the following repos for open-sourcing their wonderful works:

We also thank the authors of all the packages we use. We appreciate all the contributors as well as users who give valuable feedbacks. We wish this codebase could serve as a benchmark and a flexible toolkit for researchers to re-implement existing algorithms and develop their own new shape assembly methods.

About

Multi-Part Assembly Benchmark Implemented in PyTorch

https://breaking-bad-dataset.github.io/

License:MIT License


Languages

Language:Python 83.7%Language:Cuda 9.6%Language:C++ 4.3%Language:Shell 1.8%Language:C 0.6%