Skip to content

Commit

Permalink
[fbsync] Update URL of SBDataset train_noval (#8551)
Browse files Browse the repository at this point in the history
Reviewed By: vmoens

Differential Revision: D60596244

fbshipit-source-id: c557de15bf00b69b297847e65b82ca3d49794297
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Aug 2, 2024
1 parent 26f5436 commit ca94e0e
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 ca94e0e

Please sign in to comment.