зеркало из https://github.com/microsoft/torchgeo.git
Typo fix
This commit is contained in:
Родитель
2a6b6c0041
Коммит
08608b56fb
|
@ -64,7 +64,7 @@ class VHR10(VisionDataset):
|
|||
self.target_meta["filename"],
|
||||
)
|
||||
)
|
||||
self.ids = list(sorted(self.coco.img.keys()))
|
||||
self.ids = list(sorted(self.coco.imgs.keys()))
|
||||
|
||||
def __getitem__(self, index: int) -> Tuple[Any, Any]:
|
||||
"""Return an index within the dataset.
|
||||
|
|
Загрузка…
Ссылка в новой задаче