Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.04 KB

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