/pointnet2

PyTorch implementation of Pointnet++

Primary LanguagePythonMIT LicenseMIT

PyTorch Pointnet++

Installation

Requirements

  • Linux (tested on Ubuntu 18.04)
  • Python 3.6+
  • PyTorch 1.8

Install

First, install ninja:

sudo apt-get install ninja-build

Then install pytorch:

pip install torch

Install this library by running the following command:

pip install .

Project using this repo:

Acknowledgement