Skip to content

How to run Object Detection and Segmentation on a Video Fast for Free

Notifications You must be signed in to change notification settings

bbruhh/colab-mask-rcnn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt text

How to Run

Colab

The easiest way is to open the colab notebook.

The following instruction is optional and only useful if you want to run locally.

Optionally, run Locally

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/colab-mask-rcnn

Install required libraries

pip3 install -r requirements.txt

Install pycocotools (Windows only)

Since this notebook already contains cells to install pycocotools using Linux command. Alternatively if you are using Windows PC, you can install it manually.

git clone https://github.com/philferriere/cocoapi.git
  • Use pip to install pycocotools.
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

Start the notebook

In the project start a command line run

jupyter notebook

In the opened browser window open

Colab_Mask_R_CNN_Demo.ipynb

About

How to run Object Detection and Segmentation on a Video Fast for Free

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%