Skip to content

[GSoC] Support more datasets format for visualization with tfds.show_examples() #1528

@Conchylicultor

Description

@Conchylicultor

Task: Currently tfds.show_examples() only works for supervised images datasets. It would be good to extend the heuristic to more dataset types, like:

  • object detection
  • 2-images side by side (ex: div2k, cityscapes)
  • video (generated as gifs) ?
  • texts ?
  • audio ?

Instructions:

  • Update show_examples visualization.py to support new dataset types of your choice.
  • Experiment on Colab to iterate with the visualization, link the Colab to the PR so reviewer can visualize the result
  • Update the visualization_test.py with dummy data to test the visualization of the new dataset.
  • Only add a single dataset type at a time

As multiple data-type exists, multiple people can work on this issue at the same time

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