An open API service indexing awesome lists of open source software.

https://github.com/francisengelmann/DPC

[ICRA 2020] Dilated Point Convolutions: On the Receptive Field Size of Point Convolutions on 3D Point Clouds
https://github.com/francisengelmann/DPC

Last synced: 7 months ago
JSON representation

[ICRA 2020] Dilated Point Convolutions: On the Receptive Field Size of Point Convolutions on 3D Point Clouds

Awesome Lists containing this project

README

          

# Dilated Point Convolutions
## On the Receptive Field Size of Point Convolutions on 3D Point Clouds

International Conference on Robotics and Automation (ICRA), 2020.

## Installation

The code is tested under Ubuntu with
* TensorFlow 2.3
* CUDA 10.1
* cuDNN 7.6.5

```
conda create --name python=3.7
conda activate
pip install tensorflow pyviz3d
conda install cudatoolkit==10.1.243
```