All Projects → Gorilla-Lab-SCUT → SkeletonBridgeRecon

Gorilla-Lab-SCUT / SkeletonBridgeRecon

Licence: other
The code for CVPR2019 Oral paper "A Skeleton-bridged Deep Learning Approach for Generating Meshes of Complex Topologies from Single RGB Images"

Programming Languages

python
139335 projects - #7 most used programming language
Cuda
1817 projects
shell
77523 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to SkeletonBridgeRecon

Meshlab
The open source mesh processing system
Stars: ✭ 2,619 (+3537.5%)
Mutual labels:  mesh, mesh-generation, 3d-reconstruction
Point2Mesh
Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
Stars: ✭ 61 (-15.28%)
Mutual labels:  mesh, mesh-generation, 3d-reconstruction
Pymeshfix
Python Wrapper for MeshFix: easily repair holes in PyVista surface meshes
Stars: ✭ 75 (+4.17%)
Mutual labels:  mesh, 3d-reconstruction
Openmvs
open Multi-View Stereo reconstruction library
Stars: ✭ 1,842 (+2458.33%)
Mutual labels:  mesh, 3d-reconstruction
Creature unity
2D Skeletal Animation Unity Runtimes for Creature
Stars: ✭ 50 (-30.56%)
Mutual labels:  skeleton, mesh
ofxCorkCsg
A constructive solid geometry (mesh boolean) addon for openFrameworks.
Stars: ✭ 43 (-40.28%)
Mutual labels:  mesh, mesh-generation
Nerf pl
NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
Stars: ✭ 362 (+402.78%)
Mutual labels:  mesh, 3d-reconstruction
Pixel2meshplusplus
Pixel2Mesh++: Multi-View 3D Mesh Generation via Deformation. In ICCV2019.
Stars: ✭ 188 (+161.11%)
Mutual labels:  mesh, 3d-reconstruction
Gltfforue4
Import glTF 2.0 in Unreal Engine
Stars: ✭ 145 (+101.39%)
Mutual labels:  skeleton, mesh
findpeaks
The detection of peaks and valleys in a 1d-vector or 2d-array (image)
Stars: ✭ 121 (+68.06%)
Mutual labels:  mesh, 3d-reconstruction
skeletor
3D skeleton extraction from meshes.
Stars: ✭ 115 (+59.72%)
Mutual labels:  skeleton, mesh
LPDC-Net
CVPR2021 paper "Learning Parallel Dense Correspondence from Spatio-Temporal Descriptorsfor Efficient and Robust 4D Reconstruction"
Stars: ✭ 27 (-62.5%)
Mutual labels:  3d-reconstruction, shape-generation
unity-plumber
A component to procedurally generate pipe-like meshes in Unity
Stars: ✭ 55 (-23.61%)
Mutual labels:  mesh, mesh-generation
3d Machine Learning
A resource repository for 3D machine learning
Stars: ✭ 7,405 (+10184.72%)
Mutual labels:  mesh, 3d-reconstruction
roadifier
Open Source road mesh generator script for Unity
Stars: ✭ 30 (-58.33%)
Mutual labels:  mesh, mesh-generation
Creature godot
2D Skeletal Animation Creature Runtime for Godot Engine
Stars: ✭ 70 (-2.78%)
Mutual labels:  skeleton, mesh
Py BL MeshSkeletonization
Mesh Skeleton Extraction Using Laplacian Contraction
Stars: ✭ 32 (-55.56%)
Mutual labels:  skeleton, mesh
PaiConvMesh
Official repository for the paper "Learning Local Neighboring Structure for Robust 3D Shape Representation"
Stars: ✭ 19 (-73.61%)
Mutual labels:  mesh-generation, 3d-reconstruction
Face-X
Demonstration of different algorithms and operations on faces. Join the Discord channel for discussion.
Stars: ✭ 226 (+213.89%)
Mutual labels:  3d-reconstruction
SemartSkeleton
Symfony Skeleton
Stars: ✭ 49 (-31.94%)
Mutual labels:  skeleton

This repository constains the codes and ShapeNet-Skeleton.zip datasets for the Paper.

This implementation uses Pytorch and TensorFlow.

Implementation details

For each stage, please follow the README.md under the Skeleton_inference/Volume_refinement/Mesh_refinement folder.

Fast demo

  • Skeleton inference from the RGB images, and then extract coarse meshes from refined volumes.
python demo_im2mesh.py
  • Reuse the input images to deform coarse meshes for surface fitting.
python demo_deform.py

Citing this work

If you find this work useful in your research, please consider citing:

@InProceedings{Tang_2019_CVPR,
author = {Tang, Jiapeng and Han, Xiaoguang and Pan, Junyi and Jia, Kui and Tong, Xin},
title = {A Skeleton-Bridged Deep Learning Approach for Generating Meshes of Complex Topologies From Single RGB Images},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2019}
}

Contact

If you have any questions, please feel free to contact with Tang Jiapeng [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].