Skip to content

Commit 25eb233

Browse files
authored
Update README.md
1 parent 726f552 commit 25eb233

File tree

1 file changed

+1
-0
lines changed
  • Competition/ObjectDetectionRecognition

1 file changed

+1
-0
lines changed

Competition/ObjectDetectionRecognition/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Mask R-CNN for Object Detection and Segmentation
2+
## The project clone from [https://github.com/matterport/Mask_RCNN](https://github.com/matterport/Mask_RCNN)
23

34
This is an implementation of [Mask R-CNN](https://arxiv.org/abs/1703.06870) on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on Feature Pyramid Network (FPN) and a ResNet101 backbone.
45

0 commit comments

Comments
 (0)