Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
iccv19 committed Mar 22, 2019
1 parent 6ca4d92 commit b445461
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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__
Binary file added imgs/framework.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/graphx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b445461

Please sign in to comment.