Skip to content

N4SIRODDIN3/deep-floor-plan-recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepFloor: Floor Plan Recognition

In collaboration with Gemeente Amsterdam in 2020, this project aims to extract structured features from floor plan images as inputs for their fire risk model. This core image recognition model was originated from DeepFloorplan. We incorporated the model backbone and built a Django website for demo purpose.

How to run the demo?

  1. Install packages:
pip install -r requirements/requirements.demo.txt
  1. Download the pretrained model to deepfloor/pretrained folder.

  2. Run the command:

python manage.py runserver

About

In collaboration with Gemeente Amsterdam, this project aims to extract structured features from floor plan images as Input for a fire risk model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.4%
  • HTML 3.6%