alan-turing-institute / pixelflow

BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Have the test fixture return bounding boxes for the simulated images and masks #27

Closed quantumjot closed 1 year ago

quantumjot commented 1 year ago

Rather than returning just the centroids (coords) here: https://github.com/alan-turing-institute/pixelflow/blob/5b2017c7db9a6626c4e2238b36b82bdc3b7b84a0/tests/conftest.py#L9-L17 we should return bounding boxes. This will let us test everything in #2

IFenton commented 1 year ago

Addressing this in IFenton-27-SimulateBbox