@pipcook/plugins-object-detection-coco-data-collect v1.1.0
@pipcook/plugins-object-detection-coco-data-collect
Description
This plugin is used to collect coco data. For more information about coco 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
- annotation.json
- pic1.jpg/png
- pic2.jpg/png
- ...
validation*
- annotation.json
- pic1.jpg/png
- pic2.jpg/png
- ...
test*
- annotation.json
- pic1.jpg/png
- pic2.jpg/png
- ...
* means optional. you should provide coco-data annotation file for train/test/validation separately.
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"
}
}
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago