@pipcook/plugins-object-detection-pascalvoc-data-collect
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@pipcook/plugins-object-detection-pascalvoc-data-collect

Description

This plugin is used to collect Pascal Voc data. For more information about this data format, please refer to here. Notice that the url given by this plugin should be a zip file. The contents inside this zip file should have following structure: You can download the file provided in example to check the correct dataset format.

  • train

    • [pic1.jpg/png]
    • [pic1.xml]
    • [pic2.jpg/png]
    • [pic2.xml]
    • ...
  • validation*

    • [pic1.jpg/png]
    • [pic1.xml]
    • [pic2.jpg/png]
    • [pic2.xml]
    • ...
  • test*

    • [pic1.jpg/png]
    • [pic1.xml]
    • [pic2.jpg/png]
    • [pic2.xml]
    • ...

* means optional. you should provide pascal voc annotation file for each image

Required Parameters

Parameter Type Description
url string Url or path of your zip file. If it's a local file, add prefix file://

Optional Parameters

Parameter Type Default Value Description

Example

"dataCollect": {
  "package": "@pipcook/plugins-object-detection-coco-data-collect",
  "params": {
    "url": "http://ai-sample.oss-cn-hangzhou.aliyuncs.com/image_classification/datasets/autoLayoutGroupRecognition.zip"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @pipcook/plugins-object-detection-pascalvoc-data-collect

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

18.4 kB

Total Files

7

Last publish

Collaborators

  • jan-www
  • gindis
  • rickycao
  • wcount
  • yorkie
  • ericlee98
  • feelychau