Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 797 Bytes

GET_STARTED.md

File metadata and controls

28 lines (22 loc) · 797 Bytes

Getting Started

Clone the GitHub Repo

git clone https://github.com/ldkong1205/PointCloud-C.git
cd PointCloud-C

Set Up the Environment

conda create --name pointcloud-c python=3.7.5
conda activate pointcloud-c
pip install -r requirements.txt
cd SimpleView/pointnet2_pyt && pip install -e . && cd -
pip install -e pointcloudc_utils

Download Pretrained Models

Please download existing pretrained models by

gdown https://drive.google.com/uc?id=11RONLZGg0ezxC16n57PiEZouqC5L0b_h
unzip pretrained_models.zip

Alternatively, you may download pretrained models manually and extract it under root directory.