Can't import VOC dataset into eIQ toolkit

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can't import VOC dataset into eIQ toolkit

252 次查看
ooper901
Contributor II

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.

标记 (1)
0 项奖励
回复
1 回复

233 次查看
ooper901
Contributor II

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 项奖励
回复