GithubHelp home page GithubHelp logo

shadow-assassin / spib-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lonepic/spib

0.0 0.0 0.0 104 KB

Point Cloud Instance Segmentation with Semi-supervised Bounding-Box Mining

C++ 5.12% Python 86.84% C 0.95% Cuda 7.10%

spib-1's Introduction

Point Cloud Instance Segmentation with Semi-supervised Bounding-Box Mining

Introduction

This repository is inference code release for our T-PAMI 2021 paper (arXiv report here).

Citation

If you find our work useful in your research, please consider citing:

@inproceedings{YongbinLiao2022PointCI,
  title={Point Cloud Instance Segmentation with Semi-supervised Bounding-Box Mining},
  author={Yongbin Liao and Hongyuan Zhu and Yanggang Zhang and Chuangguan Ye and Tao Chen and Jiayuan Fan},
  year={2022}
}

Installation

Install Pytorch and Tensorflow (for TensorBoard). It is required that you have access to GPUs.The code is tested with Ubuntu 18.04, Pytorch v1.8, TensorFlow v1.15.

Compile the CUDA layers for PointNet++, which we used in the backbone network:

cd pointnet2
python setup.py install

Install the following Python dependencies (with pip install):

matplotlib
opencv-python
plyfile
'trimesh>=2.35.39,<2.35.40'
'networkx>=2.2,<2.3'
scipy

Install the following Python dependencies (with conda install):

conda install -c conda-forge point_cloud_utils

Dataset preparation

We follow the VoteNet codebase for preprocessing our data. The instructions for preprocessing SUN RGB-D are here and ScanNet are here.

Run eval

You can download pre-trained models HERE. Unzip the file under the project root path (/path/to/project/checkpoint_dir) and then run:

python eval.py

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.