fxia22 / kdnet.pytorch

implementation "Escape from Cells: Deep Kd-Networks for The Recognition of 3D Point Cloud Models" in pytorch

Home Page:https://arxiv.org/abs/1704.01222

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDnet

This repository is an independent implementation of https://arxiv.org/abs/1704.01222 in pytorch.

Data download and training

download bash download.sh, training: python train.py

Dependencies

  • scipy
  • pytorch==0.3.1 (not tested in other versions)

Acknowledgements

Shout out to @wassname who increased the scalibility upon my original KDTree implementation!

About

implementation "Escape from Cells: Deep Kd-Networks for The Recognition of 3D Point Cloud Models" in pytorch

https://arxiv.org/abs/1704.01222

License:MIT License


Languages

Language:Python 79.4%Language:Jupyter Notebook 18.2%Language:C++ 2.0%Language:Shell 0.4%