nestauk / asf_floorplan_interpreter

Modelling to interpret floor plan images to extract or infer information about a property's layout.
MIT License
0 stars 0 forks source link

Finalise scoping #10

Closed lizgzil closed 11 months ago

lizgzil commented 11 months ago

Description

The output of these changes is 2 trained models:

  1. models/window_door_config_yolov8m_wd/: This is the model trained on around 100 floorplans labelled using Prodigy, plus the RoboFlow dataset. Merging these datasets was done in the new script merge_prodigy_roboflow.py. Only WINDOW and DOOR classes are used and trained.
  2. models/room_config_yolov8m/: This is the model trained on ROOMs annotated in around 100 floorplans labelled using Prodigy.

In the future:

Fixes # (issue)

Instructions for Reviewer

In order to test the code in this PR you need to ...

Please pay special attention to ...

Checklist:

lizgzil commented 11 months ago

thanks @cmbrennan002 ! I've addressed your comments