Trainers: add Instance Segmentation Task #10565
Annotations
7 errors
Ruff (F401):
tests/trainers/test_instance_segmentation.py#L9
tests/trainers/test_instance_segmentation.py:9:39: F401 `segmentation_models_pytorch` imported but unused
|
Ruff (F401):
tests/trainers/test_instance_segmentation.py#L19
tests/trainers/test_instance_segmentation.py:19:31: F401 `torchgeo.datasets.LandCoverAI` imported but unused
|
Ruff (I001):
torchgeo/trainers/__init__.py#L6
torchgeo/trainers/__init__.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
torchgeo/trainers/__init__.py#L10
torchgeo/trainers/__init__.py:10:22: F401 `.iobench.IOBenchTask` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Ruff (F401):
torchgeo/trainers/__init__.py#L15
torchgeo/trainers/__init__.py:15:36: F401 `.instance_segmentation.InstanceSegmentationTask` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
ruff
Process completed with exit code 1.
|
mypy
Process completed with exit code 1.
|