Ryan Avery

Results 209 comments of Ryan Avery

this seems related: https://github.com/airctic/icevision/issues/1080

I'm running this on a fresh Google cloud instance, not colab. Colab might come with packages already installed, I'm not sure. I'll check on it later.

possibly related to https://github.com/cocodataset/cocoapi/issues/362

I've tracked that this is an issue with pycocotools, which appears to be unmaintained. any help is much appreciated. here's a reproducible example that causes a seg fault ``` from...

this is also happening with 224, 224 masks. a work around is using the mask_array attribute instead `valid_ds[0].detection.mask_array[0].data` works

I'm also encountering this error. @dnth 's solution worked for me.

I have a credential file with a default profile as shown above but I still get this error `s3fs: could not determine how to establish security credentials.` ``` ubuntu@ip-xxxx:~$ aws...

support for COGs would also be great, https://www.cogeo.org/, after regular tifs are supported

in the future release 0.5.0, solaris will not support inference. this is better managed by other ml packages. see https://github.com/CosmiQ/solaris/blob/0.5.0/ROADMAP.md I'll close once 0.5.0 is merged and the docs are...