This commit is contained in:
Grendel Yang 2019-06-30 18:03:29 -07:00
parent a2ee42354a
commit d952a7b209
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -2,6 +2,10 @@
__pycache__/
*.py[cod]
*$py.class
.idea/
.DS_Store
*/.DS_Store
*/*/.DS_Store
# C extensions
*.so

View file

@ -13,6 +13,7 @@ This repository contains a PyTorch implementation of the paper:
**The code will be available soon!**
[\[Project page\]](https://www.guandaoyang.com/PointFlow/)
## Introduction
@ -22,4 +23,3 @@ As 3D point clouds become the representation of choice for multiple vision and g
<p float="left">
<img src="docs/assets/teaser.gif" height="256"/>
</p>