/deep-floor-plan-recognition

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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