Skip to content

Commit

Permalink
Update md5sum of the s1 data file (#550)
Browse files Browse the repository at this point in the history
Md5 value for file BigEarthNet-S1-v1.0.tar.gz seems like incorrect which causes code to download the whole data from scratch even though it exists.

$ cat BigEarthNet-S1-v1.0.tar.gz.md5sum 94ced73440dea8c7b9645ee738c5a172  BigEarthNet-S1-v1.0.tar.gz
$ cat BigEarthNet-S2-v1.0.tar.gz.md5sum 5a64e9ce38deb036a435a7b59494924c  BigEarthNet-S2-v1.0.tar.gz
  • Loading branch information
mehmetgunturkun authored Jun 13, 2022
1 parent bab8050 commit 4b874df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datasets/bigearthnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class BigEarthNet(VisionDataset):
metadata = {
"s1": {
"url": "http://bigearth.net/downloads/BigEarthNet-S1-v1.0.tar.gz",
"md5": "5a64e9ce38deb036a435a7b59494924c",
"md5": "94ced73440dea8c7b9645ee738c5a172",
"filename": "BigEarthNet-S1-v1.0.tar.gz",
"directory": "BigEarthNet-S1-v1.0",
},
Expand Down

0 comments on commit 4b874df

Please sign in to comment.