det_gt_coco.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "images": [
  3. {
  4. "height": 256,
  5. "width": 256,
  6. "id": 1,
  7. "file_name": "optical.bmp"
  8. },
  9. {
  10. "height": 256,
  11. "width": 256,
  12. "id": 2,
  13. "file_name": "sar.tiff"
  14. },
  15. {
  16. "height": 256,
  17. "width": 256,
  18. "id": 3,
  19. "file_name": "multispectral.tif"
  20. }
  21. ],
  22. "categories": [
  23. {
  24. "supercategory": "component",
  25. "id": 1,
  26. "name": "target"
  27. }
  28. ],
  29. "annotations": [
  30. {
  31. "segmentation": [
  32. [
  33. 28,
  34. 89,
  35. 28,
  36. 253,
  37. 72,
  38. 253,
  39. 72,
  40. 89
  41. ]
  42. ],
  43. "iscrowd": 0,
  44. "image_id": 1,
  45. "bbox": [
  46. 28.0,
  47. 89.0,
  48. 44.0,
  49. 164.0
  50. ],
  51. "area": 7216.0,
  52. "category_id": 1,
  53. "id": 1
  54. },
  55. {
  56. "segmentation": [
  57. [
  58. 28,
  59. 89,
  60. 28,
  61. 253,
  62. 72,
  63. 253,
  64. 72,
  65. 89
  66. ]
  67. ],
  68. "iscrowd": 0,
  69. "image_id": 2,
  70. "bbox": [
  71. 28.0,
  72. 89.0,
  73. 44.0,
  74. 164.0
  75. ],
  76. "area": 7216.0,
  77. "category_id": 1,
  78. "id": 2
  79. },
  80. {
  81. "segmentation": [
  82. [
  83. 28,
  84. 89,
  85. 28,
  86. 253,
  87. 72,
  88. 253,
  89. 72,
  90. 89
  91. ]
  92. ],
  93. "iscrowd": 0,
  94. "image_id": 3,
  95. "bbox": [
  96. 28.0,
  97. 89.0,
  98. 44.0,
  99. 164.0
  100. ],
  101. "area": 7216.0,
  102. "category_id": 1,
  103. "id": 3
  104. }
  105. ]
  106. }