tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.28k stars 1.53k forks source link

lvis builder can't be created #3613

Open IRDonch opened 2 years ago

IRDonch commented 2 years ago

Short description Attempting to create the builder for the lvis dataset fails with an exception.

Environment information

Reproduction instructions

import tensorflow_datasets as tfds
tfds.builder("lvis")

Link to logs https://gist.github.com/IRDonch/28230e78c4b6f97a53afd936b62f8635

Expected behavior The builder should be created successfully.

Additional context It's likely broken because lvis_classes.txt is not listed in setup.py, so it doesn't get included in the wheel.

maxzuo commented 2 years ago

This seems to be resolved in some of the latest nightly builds. @IRDonch can you give it a look?