KZzizzle / segmantic

Semantic segmentation and image-to-image translation based on AI

Home Page:https://dyollb.github.io/segmantic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic segmentation

Build Actions Status Documentation Status License

Semantic segmentation and image-to-image translation based on AI. This repo collects methods for pre-process data, style transfer and semantic segmentation.

Installation

Dependencies for specific versions of CUDA are listed in requirements/cu113.txt, requirements/cu111.txt, etc.. It is advisable to install the package in a virtual environment, e.g. using venv

cd /your/working/directory
python -m venv .venv

Activate it using e.g. source .venv/bin/activate on Linux/Mac and .venv\Scripts\activate.bat on Windows.

To install this repo (this will install all dependencies):

pip install git+https://github.com/dyollb/segmantic.git#egg=segmantic

Or in edit/dev mode

pip install -e git+https://github.com/dyollb/segmantic.git#egg=segmantic[dev]

Example scripts

TODO

About

Semantic segmentation and image-to-image translation based on AI

https://dyollb.github.io/segmantic/

License:MIT License


Languages

Language:Python 91.7%Language:Jupyter Notebook 6.2%Language:Shell 0.9%Language:MATLAB 0.8%Language:Dockerfile 0.2%Language:Makefile 0.2%