Segmentation.jl

Segmentation models in Julia
Author pxl-th
Popularity
13 Stars
Updated Last
2 Years Ago
Started In
May 2021

Segmentation.jl

Segmentation models.

Install

These two are needed to run the example:

]add https://github.com/pxl-th/Augmentations.jl.git
]add https://github.com/pxl-th/EfficientNet.jl.git
]add https://github.com/pxl-th/Segmentation.jl.git

Supported architectures

  • UNet

Supported encoders

Examples

See example/ folder on how to train on comma10k dataset.