Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 414 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 414 Bytes

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!