I am trying to train a face detection model using the eIQ portal. I am trying to import dataset from tensorflow dataset (tfds) specifically coco/2017 dataset. However, I only want to import wider_face. But when I try to do that, Importer error occurs which is shown in the image below. Any help will do. Thanks!
what bsp version do you use? pls check this
Also, the link you provide is already a pre-trained model. I am trying to train my model from the scratch by importing from tensorflow datasets using the eIQ portal.
But it seems that there are errors downloading the dataset.
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.