# kdnet.pytorch **Repository Path**: deep_learning_workpiece/kdnet.pytorch ## Basic Information - **Project Name**: kdnet.pytorch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-23 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/wassname) who increased the scalibility upon my original KDTree implementation!