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

staircase model and visualisation code (post black formatting) #12

Closed cmbrennan002 closed 10 months ago

cmbrennan002 commented 11 months ago

Description

This PR does two things (probably should have been separate branches - sorry - but hopefully not too big).

  1. Trains a staircase only model Add relevant config files Add code to prodigy_to_yolo to relabel a staircase only set (STAIRCASE = 0)
  1. Adds code to visualise an image with labels in a notebook/ from the terminal Edit getters to also download jpg files Add relevant functions to utils

Fixes # (issue)

11 - staircase only model

Instructions for Reviewer