neptune-ai / open-solution-mapping-challenge

Open solution to the Mapping Challenge :earth_americas:
https://www.crowdai.org/challenges/mapping-challenge
MIT License
377 stars 96 forks source link

hickle = h5py + pickle #18

Open kamil-kaczmarek opened 6 years ago

kamil-kaczmarek commented 6 years ago

Official implementation of the Fully Convolutional Instance-aware Semantic Segmentation (FCIS) based on MXNet -> they use hickle to dump masks fast. It is wotrh checking if it is useful to us.

hickle in their code.

kamil-kaczmarek commented 6 years ago

@apyskir @jakubczakon this thing might be useful