Skip to content

yzj2019/superpoint_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superpoint Graph python pack

Generate superpoint cluster using coords (and colors).

Modified from FRNN, SPG, SuperCluster

Environment

conda create -n spg python=3.8.16 -y
conda activate spg
# install pytorch
conda install -n spg pytorch==1.11.0 torchvision==0.12.0 torchaudio==0.11.0 cudatoolkit=11.3 -c pytorch -y
# install point_geometric_features
pip install git+https://github.com/drprojects/point_geometric_features.git
# install dependences
conda install -n spg omegaconf numpy pyyaml -y
# install superpoint_graph in main folder
pip install .

Usage

See spg.ipynb and spg.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published