зеркало из https://github.com/microsoft/torchgeo.git
rm line (#2545)
This commit is contained in:
Родитель
466526f779
Коммит
ddb2b64c54
|
@ -495,10 +495,9 @@ class BigEarthNet(NonGeoDataset):
|
|||
filename: output filename to write downloaded file
|
||||
md5: md5 of downloaded file
|
||||
"""
|
||||
if not os.path.exists(filename):
|
||||
download_url(
|
||||
url, self.root, filename=filename, md5=md5 if self.checksum else None
|
||||
)
|
||||
download_url(
|
||||
url, self.root, filename=filename, md5=md5 if self.checksum else None
|
||||
)
|
||||
|
||||
def _extract(self, filepath: Path) -> None:
|
||||
"""Extract the dataset.
|
||||
|
|
Загрузка…
Ссылка в новой задаче