Skip to content

Add tests labels for car196 dataset #1218

@sweaterr

Description

@sweaterr

Short description

All labels in the test split of the car196 dataset are 196

image

Environment information

  • Operating System: CentOS Linux release 7.5.1804 (Core)
  • Python version: 3.6
  • tensorflow-datasets/tfds-nightly version: 1.3.0
  • tensorflow/tensorflow-gpu/tf-nightly/tf-nightly-gpu version: 1.14.0

Reproduction instructions

train, data_info = tfds.load(name="cars196", split='test',  with_info=True)
for example in train.take(10): 
  image, label = example["image"], example["label"]
  image_buffer = tf.image.encode_jpeg(image)
  print("Label: %d" % label.numpy())

Link to logs
If applicable, <link to gist with logs, stack trace>

Expected behavior
What you expected to happen.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions