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

-