2d-to-3d
There are 23 repositories under 2d-to-3d topic.
NVlabs/VoxFormer
Official PyTorch implementation of VoxFormer [CVPR 2023 Highlight]
FORTH-ModelBasedTracker/MocapNET
We present MocapNET, a real-time method that estimates the 3D human pose directly in the popular Bio Vision Hierarchy (BVH) format, given estimations of the 2D body joints originating from monocular color images. Our contributions include: (a) A novel and compact 2D pose NSRM representation. (b) A human body orientation classifier and an ensemble of orientation-tuned neural networks that regress the 3D human pose by also allowing for the decomposition of the body to an upper and lower kinematic hierarchy. This permits the recovery of the human pose even in the case of significant occlusions. (c) An efficient Inverse Kinematics solver that refines the neural-network-based solution providing 3D human pose estimations that are consistent with the limb sizes of a target person (if known). All the above yield a 33% accuracy improvement on the Human 3.6 Million (H3.6M) dataset compared to the baseline method (MocapNET) while maintaining real-time performance
astra-vision/MonoScene
[CVPR 2022] "MonoScene: Monocular 3D Semantic Scene Completion": 3D Semantic Occupancy Prediction from a single image
Sense-GVT/Fast-BEV
Fast-BEV: A Fast and Strong Bird’s-Eye View Perception Baseline
grebtsew/FloorplanToBlender3d
Create 3d rooms in blender from floorplans.
Nicholasli1995/EvoSkeleton
Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"
ai4ce/SSCBench
SSCBench: A Large-Scale 3D Semantic Scene Completion Benchmark for Autonomous Driving
Amir-Arsalan/Synthesize3DviaDepthOrSil
[CVPR 2017] Generation and reconstruction of 3D shapes via modeling multi-view depth maps or silhouettes
Orama-Interactive/VoxeloramaExtension
An extension for Pixelorama that generates 3D voxel art out of 2D pixel art.
eschirni/cub3d
42 project cub3d, with a main menu, settings, sound & music, a minimap, actual gameplay with a random generated map, an endscreen with a highscore and more features coming soon
OSVAI/GridConv
The official project website of "3D Human Pose Lifting with Grid Convolution" (GridConv for short, oral in AAAI 2023)
helincao618/SLCF-Net
[ICRA 2024] SLCF-Net: Sequential LiDAR-Camera Fusion for Semantic Scene Completion using a 3D Recurrent U-Net
stevinz/extrude
Extruding a 32-bit color image into a 3D mesh.
divyanshu-talwar/ShakaLakaBoomBoom
Unity application to convert 2D sketches to 3D models which could be maneuvered around using hand gestures (to a position and orientation of choice) in a 3D scene.
DrCyanide/mediapipe-facemesh-to-obj
Using Mediapipe to create an OBJ of a face from a source image
lpigeon/Pose-Estimation-for-Interactive-Metaverse-Fitness
Pose Estimation for Interactive Metaverse Fitness (Capstone Design 2022)
RAHUL-KAD/2d_to_3d_image_generation
Using NeRF we can convert 2d images into 3d.
instant-high/2D-to-3D-Video-Image-ONNX
Create 3D side-by-side and red/cyan anaglyph videos and images from any 2D source.
otanadzetsotne/vid23d_scallop
vid23d Scallop transforms 2D video into 3D stereo SBS video using depth estimation and stereo pair generation. Utilizing deep learning and computer vision, it supports frame processing, audio merging, and enhanced visualization.
harry7557558/img23d
Web-based tool that turns 2D images into smooth 3D models.
chakshu-dhannawat/3d_Reconstruction_PRNet
This repository contains code for the experimentation that I did to test the pre-trained model provided in PRNet.
stefanomoriconi/Slices2Volume
Concatenate a sequence of 2D images (slices) e.g. jpeg into a 3D stack (volume) e.g. Nifti (ITK-based)
nikhilgrad/3D-Reconstruction
This Python script reconstructs 3D models from 2D images. It uses a pre-trained deep learning model for depth estimation and Open3D for 3D processing, generating a point cloud and a 3D mesh as output.