keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Add "The One Hundred Layers Tiramisu" model #163

Open rickwierenga opened 4 years ago

rickwierenga commented 4 years ago

I implemented the "The One Hundred Layers Tiramisu" model as a part of Google Code-In. The code can be viewed in this Google Colab.

Because there is no image segmentation model available as a part of this repository yet, I would like to contribute by adding the model. I have added another model to another TensorFlow repository, which I also built as a part of Google Code In. Adding the repository is not a part of the task, but I would still like to do it because it benefits the community.

I don't think pre-trained weights are available for this particular model. Considering other models in this repository do provide pre trained weights, will that be a problem? In the worst case we can train the model ourselves and use those weights.

I'm not sure how adding a model works in this repository, since CONTRIBUTING.md is empty. Can I fork this repository, add the model, and create a PR?

rickwierenga commented 4 years ago

Has anyone had time to look into this yet?