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
Copy file name to clipboardExpand all lines: Competition/ObjectDetectionSegmentation/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The goal is to improve OpenStreetMap by adding high quality baseball, soccer, te
30
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.
31
31
It includes code to run object detection and instance segmentation on arbitrary images.
32
32
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) 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
34
It includes code to run object detection and instance segmentation on arbitrary images.
35
35
This is an additional example which does not include in original repository. It refers from some other resources into this Jupyter notebook.
0 commit comments