From d952a7b209c16f23bbf294d523f0c192b7a7ada4 Mon Sep 17 00:00:00 2001 From: Grendel Yang Date: Sun, 30 Jun 2019 18:03:29 -0700 Subject: [PATCH] Update --- .gitignore | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 894a44c..ab2e498 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ __pycache__/ *.py[cod] *$py.class +.idea/ +.DS_Store +*/.DS_Store +*/*/.DS_Store # C extensions *.so diff --git a/README.md b/README.md index c1d8b1d..1d938df 100644 --- a/README.md +++ b/README.md @@ -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

-