Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 907 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 907 Bytes

segmentation-models-burn

Rust library for image segmentation using Burn.

Acknowledgements

The overall architecture and concept was inspired from qubvel-org/segmentation_models.pytorch.

For each encoder/decoder,

License

This library is distributed under MIT license, as in LICENSE file.

ResNet encoder code partially belongs to Burn-rs/Models Contributors. Please see tracel-ai/models LICENSE-MIT.