Add iSAID dataset #10510
Annotations
11 errors
Ruff (I001):
tests/data/isaid/data.py#L4
tests/data/isaid/data.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/datasets/test_isaid.py#L4
tests/datasets/test_isaid.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
tests/datasets/test_isaid.py#L7
tests/datasets/test_isaid.py:7:29: F401 `matplotlib.pyplot` imported but unused
|
Ruff (F401):
tests/datasets/test_isaid.py#L8
tests/datasets/test_isaid.py:8:23: F401 `itertools.product` imported but unused
|
Ruff (F841):
tests/datasets/test_isaid.py#L31
tests/datasets/test_isaid.py:31:9: F841 Local variable `img_url` is assigned to but never used
|
Ruff (F841):
tests/datasets/test_isaid.py#L33
tests/datasets/test_isaid.py:33:9: F841 Local variable `img_files` is assigned to but never used
|
Ruff (F841):
tests/datasets/test_isaid.py#L44
tests/datasets/test_isaid.py:44:9: F841 Local variable `label_files` is assigned to but never used
|
Ruff (RUF022):
torchgeo/datasets/__init__.py#L155
torchgeo/datasets/__init__.py:155:11: RUF022 `__all__` is not sorted
|
Ruff (I001):
torchgeo/datasets/isaid.py#L6
torchgeo/datasets/isaid.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
torchgeo/datasets/isaid.py#L8
torchgeo/datasets/isaid.py:8:25: F401 `typing.ClassVar` imported but unused
|
mypy
Process completed with exit code 1.
|