地物分类项目代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
1.4KB

  1. [
  2. {
  3. "hasInstances": false,
  4. "category": "void",
  5. "catid": 0,
  6. "name": "Background",
  7. "ignoreInEval": true,
  8. "id": 0,
  9. "color": [
  10. 0,
  11. 0,
  12. 0
  13. ],
  14. "trainId": 0
  15. },
  16. {
  17. "hasInstances": false,
  18. "category": "void",
  19. "catid": 0,
  20. "name": "Building",
  21. "ignoreInEval": true,
  22. "id": 1,
  23. "color": [
  24. 128,
  25. 0,
  26. 0
  27. ],
  28. "trainId": 1
  29. },
  30. {
  31. "hasInstances": false,
  32. "category": "void",
  33. "catid": 0,
  34. "name": "Road",
  35. "ignoreInEval": true,
  36. "id": 2,
  37. "color": [
  38. 128,
  39. 64,
  40. 128
  41. ],
  42. "trainId": 2
  43. },
  44. {
  45. "hasInstances": false,
  46. "category": "void",
  47. "catid": 0,
  48. "name": "Vegetation",
  49. "ignoreInEval": true,
  50. "id": 3,
  51. "color": [
  52. 0,
  53. 128,
  54. 0
  55. ],
  56. "trainId": 3
  57. },
  58. {
  59. "hasInstances": false,
  60. "category": "void",
  61. "catid": 0,
  62. "name": "Vehicle",
  63. "ignoreInEval": true,
  64. "id": 4,
  65. "color": [
  66. 64,
  67. 0,
  68. 128
  69. ],
  70. "trainId": 4
  71. },
  72. {
  73. "hasInstances": false,
  74. "category": "void",
  75. "catid": 0,
  76. "name": "Human",
  77. "ignoreInEval": true,
  78. "id": 5,
  79. "color": [
  80. 64,
  81. 64,
  82. 0
  83. ],
  84. "trainId": 5
  85. },
  86. {
  87. "hasInstances": false,
  88. "category": "void",
  89. "catid": 0,
  90. "name": "Water",
  91. "ignoreInEval": true,
  92. "id": 6,
  93. "color": [
  94. 0,
  95. 255,
  96. 255
  97. ],
  98. "trainId": 6
  99. }
  100. ]