Training with eIQ portal

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Training with eIQ portal

1,250 Views
ejmfrancisco
Contributor I

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!

0 Kudos
4 Replies

1,237 Views
joanxie
NXP TechSupport
NXP TechSupport

what bsp version do you use? pls check this

https://tfhub.dev/tensorflow/collections/object_detection/1

0 Kudos

1,233 Views
ejmfrancisco
Contributor I

 

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.

  • Target dataset: Coco2017/wider_face

But it seems that there are errors downloading the dataset.

0 Kudos

1,212 Views
joanxie
NXP TechSupport
NXP TechSupport

did you train other dataset? is the issue only for Coco2017/wider_face? I send to you an example for how to use eIQ toolkit, maybe you can refer to that

0 Kudos

1,205 Views
ejmfrancisco
Contributor I

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.

0 Kudos