2d-to-3d

There are 23 repositories under 2d-to-3d topic.

  • NVlabs/VoxFormer

    Official PyTorch implementation of VoxFormer [CVPR 2023 Highlight]

    Language:Python1.1k296488
  • 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

    Language:C++86936128137
  • astra-vision/MonoScene

    [CVPR 2022] "MonoScene: Monocular 3D Semantic Scene Completion": 3D Semantic Occupancy Prediction from a single image

    Language:Python7201210172
  • Sense-GVT/Fast-BEV

    Fast-BEV: A Fast and Strong Bird’s-Eye View Perception Baseline

    Language:Python655159395
  • FloorplanToBlender3d

    grebtsew/FloorplanToBlender3d

    Create 3d rooms in blender from floorplans.

    Language:Python4071733105
  • Nicholasli1995/EvoSkeleton

    Official project website for the CVPR 2020 paper (Oral Presentation) "Cascaded deep monocular 3D human pose estimation wth evolutionary training data"

    Language:Python333125844
  • ai4ce/SSCBench

    SSCBench: A Large-Scale 3D Semantic Scene Completion Benchmark for Autonomous Driving

    Language:Python18472310
  • Amir-Arsalan/Synthesize3DviaDepthOrSil

    [CVPR 2017] Generation and reconstruction of 3D shapes via modeling multi-view depth maps or silhouettes

    Language:Lua170121132
  • Orama-Interactive/VoxeloramaExtension

    An extension for Pixelorama that generates 3D voxel art out of 2D pixel art.

    Language:GDScript89205
  • 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

    Language:C46101
  • OSVAI/GridConv

    The official project website of "3D Human Pose Lifting with Grid Convolution" (GridConv for short, oral in AAAI 2023)

    Language:Python34162
  • helincao618/SLCF-Net

    [ICRA 2024] SLCF-Net: Sequential LiDAR-Camera Fusion for Semantic Scene Completion using a 3D Recurrent U-Net

    Language:Python25101
  • stevinz/extrude

    Extruding a 32-bit color image into a 3D mesh.

    Language:C++21226
  • 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.

    Language:C#18103
  • DrCyanide/mediapipe-facemesh-to-obj

    Using Mediapipe to create an OBJ of a face from a source image

    Language:Python18005
  • lpigeon/Pose-Estimation-for-Interactive-Metaverse-Fitness

    Pose Estimation for Interactive Metaverse Fitness (Capstone Design 2022)

    Language:C#16100
  • RAHUL-KAD/2d_to_3d_image_generation

    Using NeRF we can convert 2d images into 3d.

    Language:Jupyter Notebook12102
  • instant-high/2D-to-3D-Video-Image-ONNX

    Create 3D side-by-side and red/cyan anaglyph videos and images from any 2D source.

    Language:Python7200
  • 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.

    Language:Python6102
  • harry7557558/img23d

    Web-based tool that turns 2D images into smooth 3D models.

    Language:C++5200
  • chakshu-dhannawat/3d_Reconstruction_PRNet

    This repository contains code for the experimentation that I did to test the pre-trained model provided in PRNet.

    Language:Python2100
  • stefanomoriconi/Slices2Volume

    Concatenate a sequence of 2D images (slices) e.g. jpeg into a 3D stack (volume) e.g. Nifti (ITK-based)

    Language:C++2100
  • 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.

    Language:Jupyter Notebook