addtt/object-centric-library

URL for dataset download

kdwonn opened this issue · 1 comments

Hello! Thank you for sharing the great code.

I tried to use your repository but found out that provided remote URL for dataset download is not working.
Can you please check if it works?

Also, can you explain how the provided dataset is different from the Multi-object-dataset from deepmind?

addtt commented

Hi, thanks for reaching out!

The files are all there, it all works fine if you use the download script as described in point 3 here. I guess you tried to access it via browser and then it prints "hello world" – that's confusing and I'll take care of it.

Differences from the Deepmind suite:

  • We have one more dataset
  • We have the style-transfer versions of the datasets, which we use in the paper (and in this follow-up paper)
  • We repackage the datasets in hdf5 to avoid dependency on tensorflow, since the original ones are tf datasets. It's a more common and generic standard. We also add some useful metadata.