项目作者: anshulpaigwar

项目描述 :
PyTorch implementation of Pointwise Convolutional Neural Networks in CVPR 2018.
高级语言: Python
项目地址: git://github.com/anshulpaigwar/Pointwise-Convolutional-Neural-Network.git


PyTorch implementation of Pointwise Convolutional Neural Networks

This is unofficial PyTorch implementation of Pointwise Convolutional Neural Networks in CVPR 2018.
Official project page for this work can be found here.

Installation

We have tested the algorithm on the system with Ubuntu 16.04, 8 GB RAM
and NVIDIA GTX-1080.

Dependencies

  1. Python 2.7
  2. CUDA 9.1
  3. PyTorch 1.0
  4. scipy
  5. shapely

Visualization

For visualization of the output bounding boxes and easy integration
with our real system we use the Robot Operating System (ROS):

  1. ROS
  2. PCL

Implementation

drawing

Training Data

drawing

Usages

drawing