Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kitti version complaints #18

Open
tkcrown opened this issue Jun 7, 2021 · 2 comments
Open

Kitti version complaints #18

tkcrown opened this issue Jun 7, 2021 · 2 comments

Comments

@tkcrown
Copy link

tkcrown commented Jun 7, 2021

Hello,

Thanks for the great work. I am trying to run the test for kitti dataset, however, I got the following complaints:

ValueError: The version of the dataset you are trying to use (kitti/3.1.0) is too old for this version of TFDS so cannot be generated.Either sync to a previous version of TFDS to first prepare the data or use another version of the dataset. Available for download_and_prepare: ['3.2.0']

Should I just upgrade the version to 3.2.0 as instructed? Would it affect the reproducibility?

Thanks!

@keyu-tian
Copy link

I got the same issue. I was wondering if the authors could provide the exact version numbers of each lib (like tensorflow and tfds) that they use. It could be pretty helpful. Thanks a lot!

@neilhoulsby
Copy link
Collaborator

You can safely use version "3.2.0" for Kitti, it will yield the same data as "3.1.0".

Generally speaking, updates to the minor version number in TFDS should indicate no changes to the existing data (e.g. just addition of new features).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants