Can't import VOC dataset into eIQ toolkit

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

Can't import VOC dataset into eIQ toolkit

172 Views
ooper901
Contributor I

I am experiencing the same issue as the user here.

I followed the VOC and eiQ toolkit instructions to create my own VOC-like dataset and tried to import it via the GUI and command line. Both ways give no errors at all, but don't import any of the images or annotations.

I used the command in the manual/ documentation

deepview-importer --group train --project datasetTest.eiqp train.tar

And got response

Screenshot from 2024-05-12 16-26-40.png

 

Can someone please let me know what is happening here? Is there something wrong with the .tar compression or is this eiQ issue?

Tested on Ubuntu 20.04 and Windows OS.

Tags (1)
0 Kudos
Reply
1 Reply

153 Views
ooper901
Contributor I

Alright. Found a solution.

Looking more closely at the VOC folder structure, an additional subfolder is needed.

The structure should be as follows:

  • RootFolderName
    • ChildFolderName
      • Annotations
      • JPEGImages

The folder structure I had and that didnt work with the toolkit was:

  • RootFolderName
    • Annotations
    • JPEGImages
0 Kudos
Reply