Skip to content

Commit 90560a7

Browse files
committed
Update BOP dataset download link
1 parent 7f88ca4 commit 90560a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosypose/scripts/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
DOWNLOAD_DIR = LOCAL_DATA_DIR / 'downloads'
1515
DOWNLOAD_DIR.mkdir(exist_ok=True)
1616

17-
BOP_SRC = 'http://ptak.felk.cvut.cz/6DB/public/bop_datasets/'
17+
BOP_SRC = 'https://bop.felk.cvut.cz/media/data/bop_datasets/'
1818
BOP_DATASETS = {
1919
'ycbv': {
2020
'splits': ['train_real', 'train_synt', 'test_all']

0 commit comments

Comments
 (0)