pysegcnn.core.models¶
Neural networks for semantic image segmentation.
License¶
Copyright (c) 2020 Daniel Frisinghelli
This source code is licensed under the GNU General Public License v3.
See the LICENSE file in the repository’s root directory.
Classes
|
Generic Network class. |
|
Names and corresponding classes of the tested loss functions. |
|
Names and corresponding classes of the implemented models. |
|
Names and corresponding classes of the tested optimizers. |
|
A PyTorch implementation of `U-Net`_. |