applied-ai-lab/genesis

Shapestacks unavailable

Closed this issue · 4 comments

I cannot currently download the Shapestacks dataset files at https://shapestacks.robots.ox.ac.uk/static/download/v1/shapestacks-rgb.tar.gz for example. I am not sure if this is only my issue, but I've tried it with all the settings I could.

Hi @Pedro-Abreu,

Thanks a lot for flagging this up. I can confirm that I am also unable to download the ShapeStacks files from the website. I am going to inquire what's going on over there and will get back to you.

Best,
Martin

It's available now! Thanks :) I'm closing the issue.

I still wasn't able to download from urls shown in utils/shapestacks_urls.txt, but if you switch from shapestacks to shapestacks-file it works (and it's even like that on the https://ogroth.github.io/shapestacks/ page) i.e.:
from
wget https://shapestacks.robots.ox.ac.uk/static/download/v1/shapestacks-rgb.tar.gz
to
wget https://shapestacks-file.robots.ox.ac.uk/static/download/v1/shapestacks-rgb.tar.gz

Hi @dsvilarkovic,

Thanks for spotting this. I pushed a fix in eb09c27.

Best,
Martin