open-solution-mapping-challenge icon indicating copy to clipboard operation
open-solution-mapping-challenge copied to clipboard

Open solution to the Mapping Challenge :earth_americas:

Results 55 open-solution-mapping-challenge issues
Sort by recently updated
recently updated
newest added

MulticlassLabeler usually (almost always) returns: `(2,300,300)` but sometimes you get `(1,300,300)` which of course causes trouble. It happens because of the `mask.max()` in the following implementation. ``` def label_multiclass_image(mask): labeled_channels...

bug

Funky augmentation where small buildings are added randomly as long as they are not touching any real image

feature request

We may be training on too large images. Go through: - https://medium.com/mlreview/a-guide-to-receptive-field-arithmetic-for-convolutional-neural-networks-e0f514068807 - https://arxiv.org/abs/1701.04128 Decide whether we are training on correct size images: - Mayby smaller crops are enough in...

analysis

Models are performing badly on small images

high-level-ideas

Class instances that are close are connected

high-level-ideas

One of the options to speed-up data loaders is to: - transform your images and target masks into one large HDF5 file - refactor/add pytorch Datasets that read from the...

feature request