Skip to content

Commit

Permalink
Update dataset demo name
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 24, 2023
1 parent ad6caf0 commit 84ed279
Show file tree
Hide file tree
Showing 34 changed files with 175 additions and 1 deletion.
175 changes: 175 additions & 0 deletions dataset/COCO_format/annotations/instances_train2017.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
{
"info": {
"year": 2022,
"version": "1.0",
"description": "For object detection",
"date_created": "2022"
},
"images": [
{
"date_captured": "2022",
"file_name": "000000000001.jpg",
"id": 1,
"height": 224,
"width": 224
},
{
"date_captured": "2022",
"file_name": "000000000002.jpg",
"id": 2,
"height": 424,
"width": 550
}
],
"licenses": [
{
"id": 1,
"name": "Apache License v2.0",
"url": "https://github.com/RapidAI/YOLO2COCO/LICENSE"
}
],
"type": "instances",
"annotations": [
{
"segmentation": [
[
18.000080000000004,
2.999920000000003,
105.000112,
2.999920000000003,
105.000112,
89.000016,
18.000080000000004,
89.000016
]
],
"area": 7482.011104003072,
"iscrowd": 0,
"image_id": 1,
"bbox": [
18.000080000000004,
2.999920000000003,
87.000032,
86.000096
],
"category_id": 1,
"id": 1
},
{
"segmentation": [
[
126.99993599999999,
3.9999679999999955,
210.999936,
3.9999679999999955,
210.999936,
88.999904,
126.99993599999999,
88.999904
]
],
"area": 7139.994624000001,
"iscrowd": 0,
"image_id": 1,
"bbox": [
126.99993599999999,
3.9999679999999955,
84.0,
84.999936
],
"category_id": 1,
"id": 2
},
{
"segmentation": [
[
74.99990400000002,
76.000064,
150.99996800000002,
76.000064,
150.99996800000002,
153.000064,
74.99990400000002,
153.000064
]
],
"area": 5852.004927999999,
"iscrowd": 0,
"image_id": 1,
"bbox": [
74.99990400000002,
76.000064,
76.000064,
77.0
],
"category_id": 1,
"id": 3
},
{
"segmentation": [
[
12.000127999999997,
135.000096,
97.00006400000001,
135.000096,
97.00006400000001,
220.00003200000003,
12.000127999999997,
220.00003200000003
]
],
"area": 7224.989120004097,
"iscrowd": 0,
"image_id": 1,
"bbox": [
12.000127999999997,
135.000096,
84.999936,
84.999936
],
"category_id": 1,
"id": 4
},
{
"segmentation": [
[
132.00006399999998,
136.999968,
215.00012799999996,
136.999968,
215.00012799999996,
220.00003199999998,
132.00006399999998,
220.00003199999998
]
],
"area": 6889.010624004095,
"iscrowd": 0,
"image_id": 1,
"bbox": [
132.00006399999998,
136.999968,
83.000064,
83.000064
],
"category_id": 1,
"id": 5
},
{
"segmentation": [],
"area": 0,
"iscrowd": 0,
"image_id": 2,
"bbox": [],
"category_id": -1,
"id": 6
}
],
"categories": [
{
"supercategory": "stamp",
"id": 1,
"name": "stamp"
}
]
}

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 84ed279

Please sign in to comment.