2018-03-06 20:55:40 -05:00
2018-03-06 20:55:40 -05:00
2018-02-22 20:03:52 -05:00
2018-02-22 22:26:02 -05:00
2018-02-14 12:30:36 -05:00
2018-01-30 16:22:43 -05:00
2018-02-14 16:22:19 -05:00
2018-02-24 22:42:26 -05:00
2018-01-02 11:30:50 -05:00
2018-02-22 20:08:56 -05:00
2018-01-06 12:13:52 -05:00

Pointnet2 PyTorch
=================

Partial implemention of `Pointnet2 <https://github.com/charlesq34/pointnet2>`_ written in `PyTorch <http://pytorch.org>`_.

The custom ops used by Pointnet2 are currently **ONLY** supported on the GPU using CUDA.

Building CUDA kernels
---------------------

- ``mkdir build && cd build``
- ``cmake .. && make``

Exampling training
------------------

Two training examples are provided by ``train_sem_seg.py`` and ``train_cls.py``.  The datasets for both will be downloaded automatically by default
S
Description
PyTorch implementation of https://github.com/charlesq34/pointnet2
Readme 97 KiB
Languages
Python 69%
Cuda 18.5%
C 10.7%
CMake 1.2%
C++ 0.6%