Skip to content

Commit

Permalink
Update URL of SBDataset train_noval
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jul 29, 2024
1 parent 79cb5bd commit 829e1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/datasets/sbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SBDataset(VisionDataset):
md5 = "82b4d87ceb2ed10f6038a1cba92111cb"
filename = "benchmark.tgz"

voc_train_url = "http://home.bharathh.info/pubs/codes/SBD/train_noval.txt"
voc_train_url = "https://www.cs.cornell.edu/~bharathh/train_noval.txt"
voc_split_filename = "train_noval.txt"
voc_split_md5 = "79bff800c5f0b1ec6b21080a3c066722"

Expand Down

0 comments on commit 829e1bb

Please sign in to comment.