diff --git a/README.md b/README.md new file mode 100644 index 0000000..cd7a7da --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# GraphX-Convolution + +The official implementation of the ICCV submission "GraphX-convolution for point cloud deformation in 2D-to-3D conversion". + +![framework](./imgs/framework.jpg) + +## Prerequisite + +[Pytorch](https://pytorch.org/get-started/locally/) (>=1.0.0) + +## Data + +The data we used in our experiment provided by [ShapeNet](https://www.shapenet.org/). However, for convenience, we +used the pre-processed data provided by Pixel2mesh. The data can be downloaded from [here](https://github.com/nywang16/Pixel2Mesh). + +__COMING SOON__ + +## Training and testing + +__COMING SOON__ diff --git a/imgs/framework.jpg b/imgs/framework.jpg new file mode 100644 index 0000000..c6e2841 Binary files /dev/null and b/imgs/framework.jpg differ diff --git a/imgs/graphx.jpg b/imgs/graphx.jpg new file mode 100644 index 0000000..dd8012c Binary files /dev/null and b/imgs/graphx.jpg differ