TensorFlow
[Advanced] Add FLIC dataset to TensorFlow Datasets
FLIC is a human pose estimation dataset. the dataset contains labelled frames from movie scene. The task is to add this dataset to TFDS. The supporting unittest should also be written. Useful Links:
- Dataset: https://bensapp.github.io/flic-dataset.html
- https://www.tensorflow.org/datasets/add_dataset
- Sample: https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/image/horses_or_humans.py
- Sample Test: https://github.com/tensorflow/datasets/blob/master/tensorflow_datasets/image/horses_or_humans_test.py
Task tags
Students who completed this task
WZHANG