Antti Isosalo

Results 4 issues of Antti Isosalo

Would it be possible to have also greyscale ImageNet weights for the models along the lines described in Xie & Richmond? > Xie, Y. and Richmond, D., “[Pre-training on grayscale...

Under which licence do you publish your implementation?

How about adding also a probability to vary when `Cutout` is applied? For example something like this: ```Python class Cutout(object): """Randomly mask out one or more patches from an image....

When I recently run the model inference on a low-resource device, there were some memory issues with the largest image stacks. I solved the issue by introducing a `gc.collect()` to...