class documentation
class ModelTiling(Enum): (source)
Describes whether and how a model supports tiling.
Constant | DISCOURAGED |
The model supports tiling, but it is not recommended. |
Constant | INTERNAL |
The model does tiling (or similar) internally. |
Constant | SUPPORTED |
The model supports tiling. |
The model supports tiling, but it is not recommended.
This might be because the model heavily relies and global image information, and so tiling will likely cause artifacts.
Value |
|