-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Advantages compared to tensor-flow version Mask-RCNN #449
Comments
Hi, You can find the accuracy / speed / memory usage of Note that not all models that we support are included in the MODEL_ZOO, like RetinaNet, Keypoint R-CNN and models with Group Normalization. This implementation exactly reproduces the results from |
@fmassa Hi Francisco, thanks for your reply. The most popular Mask-RCNN before this pyTorch version is the tensor-flow version (https://github.com/matterport/Mask_RCNN). It would be nice to compare between this two version. Due to lack of specific information, I can't directly compare you two version. The benchmark of the other version is here; https://github.com/matterport/Mask_RCNN/releases BTW, the tensor flow version provides many examples in Jupiter notebook. It would be nice if you could provide similar (even the same) example to compare. Thank you so much! |
Thanks, I wasn't aware of the benchmarks for matterport implementation of Mask R-CNN, nor their jupyter notebooks, they look very good! Performance comparisonMatterportAn apples-to-apples accuracy comparison seems not to be easily possible to be done, as they haven't specified which model they are reporting results for. Here are the results they reported:
maskrcnn-benchmarkHere are the accuracies for Mask R-CNN R-50 C4
and Mask R-CNN R-50 FPN
From a quick look, both of our models give slightly better accuracies than matterport's. More notebooks in maskrcnn-benchmarkAdding notebooks similar to matterport would be a very nice addition, contributions are more than welcome! |
@fmassa This is very impressive! |
The released model in matterport's You can clearly see an accuracy issue. In fact, the lack of good accuracy is their first issue (matterport/Mask_RCNN#1) and have not yet been solved. |
Thanks for the information @ppwwyyxx ! Do you know by chance if |
I've not seen any mention of speed there, and it also does not use what we called "standard schedule" so it's hard to make comparisons. |
@fmassa |
@YubinXie the same as in Detectron: COCO 2017 train (and val), or equivalently COCO 2014 train + valminusminival (and minival) |
❓ Questions and Help
I am curious that what is the advantages of this pytorch version Mask-RCNN when compared to the tensor-flow one, e.g., accuracy, features/function, speed.
The text was updated successfully, but these errors were encountered: