Here are
269 public repositories
matching this topic...
Open3D: A Modern Library for 3D Data Processing
Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
Updated
Oct 1, 2020
Python
👨 Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
Updated
Sep 7, 2021
MATLAB
COLMAP - Structure-from-Motion and Multi-View Stereo
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Awesome GAN for Medical Imaging
📚 The list of vision-based SLAM / Visual Odometry open source, blogs, and papers
Real-time dense visual SLAM system
Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images. In ECCV2018.
Updated
Dec 15, 2021
Python
[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)
Updated
Jan 5, 2022
Python
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
Real-time large scale dense visual SLAM system
Extreme 3D Face Reconstruction: Looking Past Occlusions
A lean C++ library for working with point cloud data
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
Updated
Mar 27, 2022
Python
A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
All About the GANs(Generative Adversarial Networks) - Summarized lists for GAN
Updated
Oct 3, 2018
Python
MaskFusion: Real-Time Recognition, Tracking and Reconstruction of Multiple Moving Objects
Real-Time 3D Semantic Reconstruction from 2D data
Co-Fusion: Real-time Segmentation, Tracking and Fusion of Multiple Objects
Volumetric Human Teleportation (SIGGRAPH 2020 Real-Time Live) Monocular Real-Time Volumetric Performance Capture(ECCV 2020)
Updated
Mar 28, 2022
Python
Facial Landmark Detection and head pose compute use dlib, Real time Face Reconstruction use 3D Morphable Face Model fitting
Updated
Oct 6, 2017
Makefile
A multi-sensor capture system for free viewpoint video.
Updated
Dec 3, 2021
Python
Point-NeRF: Point-based Neural Radiance Fields
Updated
Mar 28, 2022
Python
Massively Parallel Multiview Stereopsis by Surface Normal Diffusion
ROS wrapper for Kimera-VIO
Official Code: 3D Scene Reconstruction from a Single Viewport
Updated
Nov 30, 2021
Python
A structured light scanner
Improve this page
Add a description, image, and links to the
reconstruction
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
reconstruction
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the problem
I can't find where the following CUDA/GPU information message is generated/flushed to print in order to suppress it.
Tried something simple like
tomopy.recon();but the following info is still output.Any suggestions on how to suppress or turn this off would be great. Thank you!!
To Reproduce (if applicable)