地物分类项目代码
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.

114 lines
1.6KB

  1. [
  2. {
  3. "hasInstances": false,
  4. "category": "void",
  5. "catid": 0,
  6. "name": "other",
  7. "ignoreInEval": true,
  8. "id": 0,
  9. "color": [
  10. 171,
  11. 180,
  12. 194
  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. 255,
  25. 185,
  26. 185
  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. 245,
  39. 245,
  40. 245
  41. ],
  42. "trainId": 2
  43. },
  44. {
  45. "hasInstances": false,
  46. "category": "void",
  47. "catid": 0,
  48. "name": "water",
  49. "ignoreInEval": true,
  50. "id": 3,
  51. "color": [
  52. 121,
  53. 218,
  54. 255
  55. ],
  56. "trainId": 3
  57. },
  58. {
  59. "hasInstances": false,
  60. "category": "void",
  61. "catid": 0,
  62. "name": "farmland",
  63. "ignoreInEval": true,
  64. "id": 4,
  65. "color": [
  66. 255,
  67. 253,
  68. 91
  69. ],
  70. "trainId": 4
  71. },
  72. {
  73. "hasInstances": false,
  74. "category": "void",
  75. "catid": 0,
  76. "name": "grass",
  77. "ignoreInEval": true,
  78. "id": 5,
  79. "color": [
  80. 47,
  81. 236,
  82. 56
  83. ],
  84. "trainId": 5
  85. },
  86. {
  87. "hasInstances": false,
  88. "category": "void",
  89. "catid": 0,
  90. "name": "woodland",
  91. "ignoreInEval": true,
  92. "id": 6,
  93. "color": [
  94. 39,
  95. 194,
  96. 35
  97. ],
  98. "trainId": 6
  99. },
  100. {
  101. "hasInstances": false,
  102. "category": "void",
  103. "catid": 0,
  104. "name": "bareSoil",
  105. "ignoreInEval": true,
  106. "id": 7,
  107. "color": [
  108. 255,
  109. 210,
  110. 102
  111. ],
  112. "trainId": 7
  113. }
  114. ]