I already have do that process before but Im referring to the wider_face dataset from tfds since I only wanted to focus on face detection.
Steps are:
1. Import dataset
2. Select tensorflow datasets
3. Select object detection
4. Go to advance options and choose wider_face dataset
5. Split dataset to 80%/20%
The error happens from step 1. I tried to download the whole coco2017 dataset aswell but I just want to use the face detection instead thats why I select wider_face dataset.