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].
- Clone repository
git clone https://github.com/Soooo-hong/3DReconstruction_of_one_room.git
- 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
python web/backend/app.py
Hit "Run" and wait. Then, you can click the address 'http://127.0.0.1:5000' in your terminal.
멤버이름 | 역할 |
---|---|
김수홍 | Leader, Training model, Frontend, Backend |
김지수 | Merging 3D Scenes |
이민석 | Crawling, 3D Rendering |