This demo notebook describes how you can quickly "throw an image into a semantic segmentation model" with the least amount of effort.
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.
