We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f88ca4 commit 90560a7Copy full SHA for 90560a7
cosypose/scripts/download.py
@@ -14,7 +14,7 @@
14
DOWNLOAD_DIR = LOCAL_DATA_DIR / 'downloads'
15
DOWNLOAD_DIR.mkdir(exist_ok=True)
16
17
-BOP_SRC = 'http://ptak.felk.cvut.cz/6DB/public/bop_datasets/'
+BOP_SRC = 'https://bop.felk.cvut.cz/media/data/bop_datasets/'
18
BOP_DATASETS = {
19
'ycbv': {
20
'splits': ['train_real', 'train_synt', 'test_all']
0 commit comments