In collaboration with Gemeente Amsterdam in 2020, this project aims to extract structured features from floor plan images to serve as inputs for their fire risk model. This core image recognition model originated from DeepFloorplan. We incorporated the model backbone and built a Django website for demonstration purposes.
-
Install the required packages:
pip install -r requirements/requirements_demo.txt
-
Download the pretrained model and place it in the
deepfloor/pretrained
folder. -
Run the following command to start the server:
python manage.py runserver