Spaces:
Sleeping
Sleeping
File size: 4,335 Bytes
5354624 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | {
"class_names": [
"Almonds plant",
"Apples plant",
"Avocados plant",
"Bananas plant",
"Barley plant",
"Broccoli plant",
"Cabbages and other brassicas plant",
"Carrots and turnips plant",
"Cashew nuts plant",
"Cassava plant",
"Cauliflower plant",
"Chickpeas plant",
"Chili peppers and green peppers plant",
"Coconuts plant",
"Coffee (green) plant",
"Cotton lint plant",
"Cucumbers and gherkins plant",
"Dates plant",
"Eggplants (Aubergines) plant",
"Garlic plant",
"Ginger plant",
"Grapes plant",
"Groundnuts (Peanuts) plant",
"Jackfruit plant",
"Lemons and limes plant",
"Lentils plant",
"Maize (Corn) plant",
"Mangoes mangosteens guavas plant",
"Millet plant",
"Mustard seeds plant",
"Oats plant",
"Onions (dry) plant",
"Oranges plant",
"Papayas plant",
"Peas (Green) plant",
"Pineapples plant",
"Potatoes plant",
"Rice (Paddy) plant",
"Sorghum plant",
"Soybeans plant",
"Spinach plant",
"Strawberries plant",
"Sugar cane plant",
"Sunflower seeds plant",
"Sweet potatoes plant",
"Tea plant",
"Tomatoes plant",
"Turmeric plant",
"Watermelons plant",
"Wheat plant"
],
"class_indices": {
"Almonds plant": 0,
"Apples plant": 1,
"Avocados plant": 2,
"Bananas plant": 3,
"Barley plant": 4,
"Broccoli plant": 5,
"Cabbages and other brassicas plant": 6,
"Carrots and turnips plant": 7,
"Cashew nuts plant": 8,
"Cassava plant": 9,
"Cauliflower plant": 10,
"Chickpeas plant": 11,
"Chili peppers and green peppers plant": 12,
"Coconuts plant": 13,
"Coffee (green) plant": 14,
"Cotton lint plant": 15,
"Cucumbers and gherkins plant": 16,
"Dates plant": 17,
"Eggplants (Aubergines) plant": 18,
"Garlic plant": 19,
"Ginger plant": 20,
"Grapes plant": 21,
"Groundnuts (Peanuts) plant": 22,
"Jackfruit plant": 23,
"Lemons and limes plant": 24,
"Lentils plant": 25,
"Maize (Corn) plant": 26,
"Mangoes mangosteens guavas plant": 27,
"Millet plant": 28,
"Mustard seeds plant": 29,
"Oats plant": 30,
"Onions (dry) plant": 31,
"Oranges plant": 32,
"Papayas plant": 33,
"Peas (Green) plant": 34,
"Pineapples plant": 35,
"Potatoes plant": 36,
"Rice (Paddy) plant": 37,
"Sorghum plant": 38,
"Soybeans plant": 39,
"Spinach plant": 40,
"Strawberries plant": 41,
"Sugar cane plant": 42,
"Sunflower seeds plant": 43,
"Sweet potatoes plant": 44,
"Tea plant": 45,
"Tomatoes plant": 46,
"Turmeric plant": 47,
"Watermelons plant": 48,
"Wheat plant": 49
},
"idx_to_class": {
"0": "Almonds plant",
"1": "Apples plant",
"2": "Avocados plant",
"3": "Bananas plant",
"4": "Barley plant",
"5": "Broccoli plant",
"6": "Cabbages and other brassicas plant",
"7": "Carrots and turnips plant",
"8": "Cashew nuts plant",
"9": "Cassava plant",
"10": "Cauliflower plant",
"11": "Chickpeas plant",
"12": "Chili peppers and green peppers plant",
"13": "Coconuts plant",
"14": "Coffee (green) plant",
"15": "Cotton lint plant",
"16": "Cucumbers and gherkins plant",
"17": "Dates plant",
"18": "Eggplants (Aubergines) plant",
"19": "Garlic plant",
"20": "Ginger plant",
"21": "Grapes plant",
"22": "Groundnuts (Peanuts) plant",
"23": "Jackfruit plant",
"24": "Lemons and limes plant",
"25": "Lentils plant",
"26": "Maize (Corn) plant",
"27": "Mangoes mangosteens guavas plant",
"28": "Millet plant",
"29": "Mustard seeds plant",
"30": "Oats plant",
"31": "Onions (dry) plant",
"32": "Oranges plant",
"33": "Papayas plant",
"34": "Peas (Green) plant",
"35": "Pineapples plant",
"36": "Potatoes plant",
"37": "Rice (Paddy) plant",
"38": "Sorghum plant",
"39": "Soybeans plant",
"40": "Spinach plant",
"41": "Strawberries plant",
"42": "Sugar cane plant",
"43": "Sunflower seeds plant",
"44": "Sweet potatoes plant",
"45": "Tea plant",
"46": "Tomatoes plant",
"47": "Turmeric plant",
"48": "Watermelons plant",
"49": "Wheat plant"
},
"num_classes": 50,
"img_size": 224
} |