Upload DetrForObjectDetection
Browse files- config.json +120 -12
- model.safetensors +2 -2
config.json
CHANGED
@@ -38,23 +38,131 @@
|
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
"id2label": {
|
41 |
-
"0": "
|
42 |
-
"1": "
|
43 |
-
"2": "
|
44 |
-
"3": "
|
45 |
-
"4": "
|
46 |
-
"5": "plastic"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
},
|
48 |
"init_std": 0.02,
|
49 |
"init_xavier_std": 1.0,
|
50 |
"is_encoder_decoder": true,
|
51 |
"label2id": {
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
},
|
59 |
"mask_loss_coefficient": 1,
|
60 |
"max_position_embeddings": 1024,
|
|
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
"id2label": {
|
41 |
+
"0": "Aluminium foil",
|
42 |
+
"1": "Battery",
|
43 |
+
"2": "Aluminium blister pack",
|
44 |
+
"3": "Carded blister pack",
|
45 |
+
"4": "Other plastic bottle",
|
46 |
+
"5": "Clear plastic bottle",
|
47 |
+
"6": "Glass bottle",
|
48 |
+
"7": "Plastic bottle cap",
|
49 |
+
"8": "Metal bottle cap",
|
50 |
+
"9": "Broken glass",
|
51 |
+
"10": "Food Can",
|
52 |
+
"11": "Aerosol",
|
53 |
+
"12": "Drink can",
|
54 |
+
"13": "Toilet tube",
|
55 |
+
"14": "Other carton",
|
56 |
+
"15": "Egg carton",
|
57 |
+
"16": "Drink carton",
|
58 |
+
"17": "Corrugated carton",
|
59 |
+
"18": "Meal carton",
|
60 |
+
"19": "Pizza box",
|
61 |
+
"20": "Paper cup",
|
62 |
+
"21": "Disposable plastic cup",
|
63 |
+
"22": "Foam cup",
|
64 |
+
"23": "Glass cup",
|
65 |
+
"24": "Other plastic cup",
|
66 |
+
"25": "Food waste",
|
67 |
+
"26": "Glass jar",
|
68 |
+
"27": "Plastic lid",
|
69 |
+
"28": "Metal lid",
|
70 |
+
"29": "Other plastic",
|
71 |
+
"30": "Magazine paper",
|
72 |
+
"31": "Tissues",
|
73 |
+
"32": "Wrapping paper",
|
74 |
+
"33": "Normal paper",
|
75 |
+
"34": "Paper bag",
|
76 |
+
"35": "Plastified paper bag",
|
77 |
+
"36": "Plastic film",
|
78 |
+
"37": "Six pack rings",
|
79 |
+
"38": "Garbage bag",
|
80 |
+
"39": "Other plastic wrapper",
|
81 |
+
"40": "Single-use carrier bag",
|
82 |
+
"41": "Polypropylene bag",
|
83 |
+
"42": "Crisp packet",
|
84 |
+
"43": "Spread tub",
|
85 |
+
"44": "Tupperware",
|
86 |
+
"45": "Disposable food container",
|
87 |
+
"46": "Foam food container",
|
88 |
+
"47": "Other plastic container",
|
89 |
+
"48": "Plastic glooves",
|
90 |
+
"49": "Plastic utensils",
|
91 |
+
"50": "Pop tab",
|
92 |
+
"51": "Rope & strings",
|
93 |
+
"52": "Scrap metal",
|
94 |
+
"53": "Shoe",
|
95 |
+
"54": "Squeezable tube",
|
96 |
+
"55": "Plastic straw",
|
97 |
+
"56": "Paper straw",
|
98 |
+
"57": "Styrofoam piece",
|
99 |
+
"58": "Unlabeled litter",
|
100 |
+
"59": "Cigarette"
|
101 |
},
|
102 |
"init_std": 0.02,
|
103 |
"init_xavier_std": 1.0,
|
104 |
"is_encoder_decoder": true,
|
105 |
"label2id": {
|
106 |
+
"Aerosol": 11,
|
107 |
+
"Aluminium blister pack": 2,
|
108 |
+
"Aluminium foil": 0,
|
109 |
+
"Battery": 1,
|
110 |
+
"Broken glass": 9,
|
111 |
+
"Carded blister pack": 3,
|
112 |
+
"Cigarette": 59,
|
113 |
+
"Clear plastic bottle": 5,
|
114 |
+
"Corrugated carton": 17,
|
115 |
+
"Crisp packet": 42,
|
116 |
+
"Disposable food container": 45,
|
117 |
+
"Disposable plastic cup": 21,
|
118 |
+
"Drink can": 12,
|
119 |
+
"Drink carton": 16,
|
120 |
+
"Egg carton": 15,
|
121 |
+
"Foam cup": 22,
|
122 |
+
"Foam food container": 46,
|
123 |
+
"Food Can": 10,
|
124 |
+
"Food waste": 25,
|
125 |
+
"Garbage bag": 38,
|
126 |
+
"Glass bottle": 6,
|
127 |
+
"Glass cup": 23,
|
128 |
+
"Glass jar": 26,
|
129 |
+
"Magazine paper": 30,
|
130 |
+
"Meal carton": 18,
|
131 |
+
"Metal bottle cap": 8,
|
132 |
+
"Metal lid": 28,
|
133 |
+
"Normal paper": 33,
|
134 |
+
"Other carton": 14,
|
135 |
+
"Other plastic": 29,
|
136 |
+
"Other plastic bottle": 4,
|
137 |
+
"Other plastic container": 47,
|
138 |
+
"Other plastic cup": 24,
|
139 |
+
"Other plastic wrapper": 39,
|
140 |
+
"Paper bag": 34,
|
141 |
+
"Paper cup": 20,
|
142 |
+
"Paper straw": 56,
|
143 |
+
"Pizza box": 19,
|
144 |
+
"Plastic bottle cap": 7,
|
145 |
+
"Plastic film": 36,
|
146 |
+
"Plastic glooves": 48,
|
147 |
+
"Plastic lid": 27,
|
148 |
+
"Plastic straw": 55,
|
149 |
+
"Plastic utensils": 49,
|
150 |
+
"Plastified paper bag": 35,
|
151 |
+
"Polypropylene bag": 41,
|
152 |
+
"Pop tab": 50,
|
153 |
+
"Rope & strings": 51,
|
154 |
+
"Scrap metal": 52,
|
155 |
+
"Shoe": 53,
|
156 |
+
"Single-use carrier bag": 40,
|
157 |
+
"Six pack rings": 37,
|
158 |
+
"Spread tub": 43,
|
159 |
+
"Squeezable tube": 54,
|
160 |
+
"Styrofoam piece": 57,
|
161 |
+
"Tissues": 31,
|
162 |
+
"Toilet tube": 13,
|
163 |
+
"Tupperware": 44,
|
164 |
+
"Unlabeled litter": 58,
|
165 |
+
"Wrapping paper": 32
|
166 |
},
|
167 |
"mask_loss_coefficient": 1,
|
168 |
"max_position_embeddings": 1024,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e50e0ed4d47deeff9706aa694fce0556d3c3178d451799131a95e4ccbf9c095
|
3 |
+
size 166555484
|