You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Docs] Update all the metafiles acoording to README (#2006)
* update centerpoint, dgcnn, fcos3d and free_anchor metafile
* check all metafile in configs
* update centerpoint, pointpillars and second yml
* rename PartA2 to parta2 in the name of config
* update metafile in nuimages
* update readme in nuimages
Copy file name to clipboardExpand all lines: configs/nuimages/README.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
-
# NuImages Results
1
+
# Mask R-CNN
2
2
3
-
<!-- [DATASET] -->
3
+
> [Mask R-CNN](https://arxiv.org/abs/1703.06870)
4
+
5
+
<!-- [ALGORITHM] -->
6
+
7
+
## Abstract
8
+
9
+
We present a conceptually simple, flexible, and general framework for object instance segmentation. Our approach efficiently detects objects in an image while simultaneously generating a high-quality segmentation mask for each instance. The method, called Mask R-CNN, extends Faster R-CNN by adding a branch for predicting an object mask in parallel with the existing branch for bounding box recognition. Mask R-CNN is simple to train and adds only a small overhead to Faster R-CNN, running at 5 fps. Moreover, Mask R-CNN is easy to generalize to other tasks, e.g., allowing us to estimate human poses in the same framework. We show top results in all three tracks of the COCO suite of challenges, including instance segmentation, bounding-box object detection, and person keypoint detection. Without bells and whistles, Mask R-CNN outperforms all existing, single-model entries on every task, including the COCO 2016 challenge winners. We hope our simple and effective approach will serve as a solid baseline and help ease future research in instance-level recognition.
0 commit comments