**Task**: Currently [tfds.show_examples()](https://www.tensorflow.org/datasets/overview#visualization) 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](https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/core/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