Skip to content

hzm-urban/billboard-segmentation-model

 
 

Repository files navigation

urban-sciences-model

Requirements

  • python3.8
  • CUDA10.1
  • torch 1.7.1
  • torchvision 0.8.2
  • segmentation_models_pytorch

How it works

pip install requirements.txt
git submodule update --init --recursive

Start notebook

jupyter lab # or jupyter notebook

Prediction

You can get inferenced PIL image below!

from inference import get_masked_pil_img
output = get_masked_pil_img("path/to/file.jpg")

About

Image segmentation model to classify billboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.4%
  • HTML 7.3%
  • Python 0.3%