Skip to content

Prometheus-AI-Project/2024_1_3DReconstruction_of_one_room

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D Reconstruction of one room

This repository contains the codebase of web application, which uses the 3D reconstruction model (DUSt3R) for rendering indoor scenes. Since DUSt3R performs 3D reconstruction of 2D images without camera parameters, an indoor 3D reconstruction application was developed with only image information crawled from the web.
For more information on DUSt3R, please check the address[https://github.com/naver/dust3r].

Getting Started

Installation

  1. Clone repository
git clone https://github.com/Soooo-hong/3DReconstruction_of_one_room.git
  1. Create the environment, here we show an example using conda
conda create -n onerm python=3.11 
conda activate onerm
pip install -r requirements.txt

Web Demo

python web/backend/app.py 

Hit "Run" and wait. Then, you can click the address 'http://127.0.0.1:5000' in your terminal.

Page

Reuslt

3D Rendring of Scnenes

demo_vid (online-video-cutter com)

Members

멤버이름 역할
김수홍 Leader, Training model, Frontend, Backend
김지수 Merging 3D Scenes
이민석 Crawling, 3D Rendering

Tools

JS js js js js js

About

Prometheus project about 3D reconstruction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.4%
  • JavaScript 5.2%
  • Jupyter Notebook 2.0%
  • HTML 1.1%
  • CSS 1.0%
  • Cuda 0.5%
  • Other 0.8%