Skip to content

Commit fa4cab1

Browse files
committed
folder name change
1 parent c3c9d03 commit fa4cab1

File tree

2 files changed

+5
-197
lines changed

2 files changed

+5
-197
lines changed

Competition/ObjectDetectionRecognition/README.md

Lines changed: 0 additions & 197 deletions
This file was deleted.

Competition/ObjectDetectionSegmentation/README.md

Lines changed: 5 additions & 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

@@ -29,6 +30,10 @@ The goal is to improve OpenStreetMap by adding high quality baseball, soccer, te
2930
* [demo.ipynb](/demo.ipynb) Is the easiest way to start. It shows an example of using a model pre-trained on MS COCO to segment objects in your own images.
3031
It includes code to run object detection and instance segmentation on arbitrary images.
3132

33+
* [Video-Demo-Mask_RCNN.ipynb](/Video-Demo-Mask_RCNN.ipynb.ipynb) Is the another easiest way to start the stream data. It shows an example of using a model pre-trained on MS COCO to segment objects from your own webcam.
34+
It includes code to run object detection and instance segmentation on arbitrary images.
35+
This is an additional example which does not include in original repository. It refers from some other resources into this Jupyter notebook.
36+
3237
* [train_shapes.ipynb](train_shapes.ipynb) shows how to train Mask R-CNN on your own dataset. This notebook introduces a toy dataset (Shapes) to demonstrate training on a new dataset.
3338

3439
* ([model.py](model.py), [utils.py](utils.py), [config.py](config.py)): These files contain the main Mask RCNN implementation.

0 commit comments

Comments
 (0)