Skip to content

MRamazan/2D-Room-Layout-Estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Layout estimation

Install spvloc dependencies

#Ubuntu
source venv/bin/activate
git clone https://github.com/MRamazan/2D-Room-Layout-Estimation
cd 2D-Room-Layout-Estimation
pip install -r requirements.txt
cd spvloc
# Build and install redner
./data/setup/install_redner.sh
# Install patched version of pyrender
./data/setup/install_pyrender.sh
# if permission denied
# chmod +x ./data/setup/install_redner.sh ./data/setup/install_pyrender.sh
# rerun the scripts
python -m spvloc.tools.download_pretrained_models
cd ../

Testing

Segmented Image

python layout.py --image_path bedroom.jpg

Layout Image

python core.py --image_path bedroom.jpg

Results

My Logo My Logo My Logo

Releases

No releases published

Packages

No packages published

Languages