Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 369a8a1

Browse files
Update README.md
1 parent f124387 commit 369a8a1

File tree

1 file changed

+5
-5
lines changed
  • Competition/ObjectDetectionSegmentation

1 file changed

+5
-5
lines changed

‎Competition/ObjectDetectionSegmentation/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ The goal is to improve OpenStreetMap by adding high quality baseball, soccer, te
2727
[![Mask RCNN on 4K Video](assets/4k_video.gif)](https://www.youtube.com/watch?v=OOT3UIXZztE)
2828

2929
# Getting Started
30-
* [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.
30+
* [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.
3131
It includes code to run object detection and instance segmentation on arbitrary images.
3232

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.
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.
3434
It includes code to run object detection and instance segmentation on arbitrary images.
3535
This is an additional example which does not include in original repository. It refers from some other resources into this Jupyter notebook.
3636

@@ -39,12 +39,12 @@ This is an additional example which does not include in original repository. It
3939
* ([model.py](model.py), [utils.py](utils.py), [config.py](config.py)): These files contain the main Mask RCNN implementation.
4040

4141

42-
* [inspect_data.ipynb](./inspect_data.ipynb). This notebook visualizes the different pre-processing steps
42+
* [inspect_data.ipynb](inspect_data.ipynb). This notebook visualizes the different pre-processing steps
4343
to prepare the training data.
4444

45-
* [inspect_model.ipynb](./inspect_model.ipynb) This notebook goes in depth into the steps performed to detect and segment objects. It provides visualizations of every step of the pipeline.
45+
* [inspect_model.ipynb](inspect_model.ipynb) This notebook goes in depth into the steps performed to detect and segment objects. It provides visualizations of every step of the pipeline.
4646

47-
* [inspect_weights.ipynb](./inspect_weights.ipynb)
47+
* [inspect_weights.ipynb](inspect_weights.ipynb)
4848
This notebooks inspects the weights of a trained model and looks for anomalies and odd patterns.
4949

5050

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /