Giovanni Palla

Results 400 comments of Giovanni Palla

ok, I'll try to summarise the solutions below: - [ ] `region_key` should always be present, even if `region` is `str` - [ ] `instance_key` type should be consistent across...

> Regarding regions that are not annotated by the table, this case is super common. Especially since the table can only annotated limited elements, so most of the elements will...

use cases: - filters images -> images - apply segmentation algorithms to chunks of raster images images -> labels - region props/featurization labels, images -> table - apply labels layers...

hi @gaddamshreya , I'd be happy to do so but could you elaborate on the reason? also, does the notebook run with that version updated? sorry for late reply

this is very much in the roadmap @lopollar , thanks for bringing it up! I think this could be done in two different ways (both could be supported) 1) ```python...

hi @ArneDefauw , thanks for opening this issue, it is being worked in #329 and should be merged soon, will ping you back here once it's ready for you to...

I like the idea a lot but maybe it's also overkill for the moment? the shapes and polygons are in the order of 10-100_000 for the current datasets so plain...

@keller-mark unfortunately I don't think so as we don't have physical units in the transformations examples yet

question regarding incremental, plan is to remove entirely the write/read steps when `__setitem__` is called, unless `overwrite=True`, in that case a call to `write` follows and hence makes sense to...