Cnncomplete
[CVPR'17] Shape Completion using 3D-Encoder-Predictor CNNs and Shape Synthesis
Install / Use
/learn @angeladai/CnncompleteREADME
cnncomplete
This repo contains code to train a volumetric deep neural network to complete partially scanned 3D shapes. More information can be found in our <a href="https://arxiv.org/pdf/1612.00101.pdf">paper</a>.
<a href="https://arxiv.org/pdf/1612.00101.pdf"> <img src="imgs/teaser.jpg" style="width:640px; display: block; margin-left: auto; margin-right: auto;"/> </a>Data
Train/test data is available for download on our project website.
Code
Installation:
Training tasks use Torch7, with torch packages cudnn, cunn, torch-hdf5, xlua.
Matlab visualization of the isosurface in testing uses the matio package.
The shape synthesis code was developed under VS2013, and uses flann (included in external).
Training:
th train_class.lua -model epn-unet-class -save logs-epn-unet-class -train_data data/h5_shapenet_dim32_sdf/train_shape_voxel_data_list.txt -test_data data/h5_shapenet_dim32_sdf/test_shape_voxel_data_list.txt -gpu_index 0- For more options, see help:
th train_class.lua -horth train.lua -h - Trained models: trained_models.zip (700mb)
Testing:
th test.lua --model_path [path to model] --test_file sampledata/scan.h5 --output_path [path to output] --classifier_path [path to classifier model, only specify if using epn-class or epn-unet-class models]- For more options, see help:
th test.lua -h
Citation:
@inproceedings{dai2017complete,
title={Shape Completion using 3D-Encoder-Predictor CNNs and Shape Synthesis},
author={Dai, Angela and Qi, Charles Ruizhongtai and Nie{\ss}ner, Matthias},
booktitle = {Proc. Computer Vision and Pattern Recognition (CVPR), IEEE},
year = {2017}
}
License
This code is released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (please refer to LICENSE.txt for details).
Contact:
If you have any questions, please email Angela Dai at adai@cs.stanford.edu.
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
400Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
workshop-rules
Materials used to teach the summer camp <Data Science for Kids>
