@pipcook/plugins-coco-data-access

This plugin is used to access coco data. This means that whatever data provided by data-collect (no matter whether you chooose pascal voc, coco or other formats), the data will be transformed to coco dataset and flow into model-related plugins.

Usage no npm install needed!

<script type="module">
  import pipcookPluginsCocoDataAccess from 'https://cdn.skypack.dev/@pipcook/plugins-coco-data-access';
</script>

README

@pipcook/plugins-coco-data-access

Description

This plugin is used to access coco data. This means that whatever data provided by data-collect (no matter whether you chooose pascal voc, coco or other formats), the data will be transformed to coco dataset and flow into model-related plugins.

Required Parameters

Parameter Type Description

Optional Parameters

Parameter Type Default Value Description

Example

"dataAccess": {
  "package": "@pipcook/plugins-coco-data-access"
},