RedditSota / state-of-the-art-result-for-machine-learning-problems

This repository provides state of the art (SoTA) results for all machine learning problems. We do our best to keep this repository up to date. If you do find a problem's SoTA result is out of date or missing, please raise this as an issue or submit Google form (with this information: research paper name, dataset, metric, source code and year). We will fix it immediately.
Apache License 2.0
8.95k stars 1.31k forks source link

Mask RCNN implementations - additional info #42

Closed IgorKasianenko closed 6 years ago

IgorKasianenko commented 6 years ago

Hi, I'd like to add several models implementing Mask R-CNN. First one is Facebook Detectron in Caffe2. Works good. Another one is in Tensorflow with custom Slim library. This one is not supported by author, but works.
Last one is MXNet

About the link in the description - it is Keras on top of TensorFlow, not pure TensorFlow. Hope it helps.

P.S. May you add guidance in what format people should add pull requests?

taoyudong commented 6 years ago

I have updated the information. Thanks for your suggestion. The original author has not been active for a while. I will try to update the page as all of you suggest.

For pull request, I would prepare a template and post it in the repo. Thanks for your suggestion again!