SkillAgentSearch skills...

3DN

3DN: 3D Deformation Network, CVPR 2019

Install / Use

/learn @laughtervv/3DN
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

3DN: 3D Deformation Network [<a href="https://arxiv.org/abs/1903.03322">Arxiv</a>]

Installation

Install <a href="https://www.tensorflow.org/">Tensorflow (1.10.0)</a>, <a href="https://pymesh.readthedocs.io/en/latest/">PyMesh</a>.

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 <a href="https://drive.google.com/drive/folders/1LpZe-8SV5xNuIU1IvATmb-i7YGUHQdbp?usp=sharing">here</a>.

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

  • <a href="https://github.com/charlesq34/pointnet">PointNet</a>
  • <a href="https://github.com/charlesq34/pointnet-autoencoder">PointNet AutoEncoder</a>
  • <a href="https://github.com/fanhqme/PointSetGeneration">Point Set Generation</a>
View on GitHub
GitHub Stars103
CategoryDevelopment
Updated29d ago
Forks16

Languages

Python

Security Score

80/100

Audited on Mar 7, 2026

No findings