fizyr / keras-maskrcnn

Keras implementation of MaskRCNN object detection.
Apache License 2.0
406 stars 131 forks source link

Pretrained models added #91

Closed ZFTurbo closed 4 years ago

ZFTurbo commented 5 years ago

May be it's good idea to move all pretrained H5-files, inference and training code directly to this Repo. Just need to find the right place where to put files with code.

hgaiser commented 5 years ago

Ah cool, very nice contribution! I'm thinking maybe it is better if we host the model files in the releases page of keras-maskrcnn, what do you think?

ZFTurbo commented 5 years ago

@hgaiser, sure. Fill free to copy model files in this repository.

vcarpani commented 5 years ago

Thanks for the contribution ;)

hgaiser commented 4 years ago

I've reworded the entry in the README a bit, thank you for the contribution!