Skip to content

EmmaMeeus/semantic_segmentation_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic segmentation demo

This demo notebook describes how you can quickly "throw an image into a semantic segmentation model" with the least amount of effort.

Image outputs from the model.

Installation

Create a virtual environment called venv_name in the current directory and activate it:

python3 -m venv venv_name
source venv_name/bin/activate

Install the venv dependencies:

pip3 install -r requirements.txt

You should now be able to run the notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published