Skip to content

jcRisch/Real_Time_Pixel_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

A Real Time Pixel Segmentation Using TensorFlow

This program is inspired by this article (Pixel Segementation in a batch mode)

Installation

Install Object_Detection for Tensorflow

Follow official instructions here

Choose your favorite Object_Detection model

Go to the model_zoo page and choose a mask_rcnn_... model
Download it and save it to exported_model/ folder
Set the model path here PATH_TO_CKPT = 'exported_model/YOUR_MODEL_NAME/frozen_inference_graph.pb'

Run the program

Install all dependencies and run with the command python3 Main.py

About

Pixel Segmentation with TensorFlow in a real time mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages