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.
- Install packages:
pip install -r requirements/requirements.demo.txt
-
Download the pretrained model to deepfloor/pretrained folder.
-
Run the command:
python manage.py runserver