Skip to content
forked from laughtervv/3DN

3DN: 3D Deformation Network, CVPR 2019

Notifications You must be signed in to change notification settings

jixiaoyi123456/3DN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3DN: 3D Deformation Network [Arxiv]

Installation

Install Tensorflow (1.10.0), PyMesh.

The mesh sampling and mesh laplacian operations are under folder models/tf_ops. To build them, simply use cd models/tf_ops and sh compile.sh to compile. You may need to set CUDA path in each subfolder.

Training

cd shapenet/3D
python train.py
cd shapenet/2D
python train_vgg.py

Pretrained Model can be found here.

Testing

cd shapenet/3D
python test.py
cd shapenet/2D
python test.py

Citation

If you find this work useful, please consider citing:

@inproceedings{wang20193dn,
    title={3DN: 3D Deformation Network},
    author={Wang, Weiyue and Ceylan, Duygu and Mech, Radomir and Neumann, Ulrich},
    booktitle={CVPR},
    year={2019}
}

Acknowledgemets

About

3DN: 3D Deformation Network, CVPR 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.5%
  • C++ 18.2%
  • Cuda 11.9%
  • Shell 1.4%