Instructions to use jozhang97/deta-swin-large-o365 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jozhang97/deta-swin-large-o365 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("object-detection", model="jozhang97/deta-swin-large-o365")# Load model directly from transformers import AutoModelForObjectDetection model = AutoModelForObjectDetection.from_pretrained("jozhang97/deta-swin-large-o365", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload DetaForObjectDetection
Browse files- config.json +733 -735
config.json
CHANGED
|
@@ -8,7 +8,6 @@
|
|
| 8 |
"assign_first_stage": true,
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"auxiliary_loss": false,
|
| 11 |
-
"backbone": "resnet50",
|
| 12 |
"backbone_config": {
|
| 13 |
"_name_or_path": "",
|
| 14 |
"add_cross_attention": false,
|
|
@@ -125,7 +124,6 @@
|
|
| 125 |
"decoder_layers": 6,
|
| 126 |
"decoder_n_points": 4,
|
| 127 |
"dice_loss_coefficient": 1,
|
| 128 |
-
"dilation": false,
|
| 129 |
"dropout": 0.1,
|
| 130 |
"encoder_attention_heads": 8,
|
| 131 |
"encoder_ffn_dim": 2048,
|
|
@@ -137,746 +135,746 @@
|
|
| 137 |
"giou_cost": 2,
|
| 138 |
"giou_loss_coefficient": 2,
|
| 139 |
"id2label": {
|
| 140 |
-
"0": "
|
| 141 |
-
"1": "
|
| 142 |
-
"2": "
|
| 143 |
-
"3": "
|
| 144 |
-
"4": "
|
| 145 |
-
"5": "
|
| 146 |
-
"6": "
|
| 147 |
-
"7": "
|
| 148 |
-
"8": "
|
| 149 |
-
"9": "
|
| 150 |
-
"10": "
|
| 151 |
-
"11": "
|
| 152 |
-
"12": "
|
| 153 |
-
"13": "
|
| 154 |
-
"14": "
|
| 155 |
-
"15": "
|
| 156 |
-
"16": "
|
| 157 |
-
"17": "
|
| 158 |
-
"18": "
|
| 159 |
-
"19": "
|
| 160 |
-
"20": "
|
| 161 |
-
"21": "
|
| 162 |
-
"22": "
|
| 163 |
-
"23": "
|
| 164 |
-
"24": "
|
| 165 |
-
"25": "
|
| 166 |
-
"26": "
|
| 167 |
-
"27": "
|
| 168 |
-
"28": "
|
| 169 |
-
"29": "
|
| 170 |
-
"30": "
|
| 171 |
-
"31": "
|
| 172 |
-
"32": "
|
| 173 |
-
"33": "
|
| 174 |
-
"34": "
|
| 175 |
-
"35": "
|
| 176 |
-
"36": "
|
| 177 |
-
"37": "
|
| 178 |
-
"38": "
|
| 179 |
-
"39": "
|
| 180 |
-
"40": "
|
| 181 |
-
"41": "
|
| 182 |
-
"42": "
|
| 183 |
-
"43": "
|
| 184 |
-
"44": "
|
| 185 |
-
"45": "
|
| 186 |
-
"46": "
|
| 187 |
-
"47": "
|
| 188 |
-
"48": "
|
| 189 |
-
"49": "
|
| 190 |
-
"50": "
|
| 191 |
-
"51": "
|
| 192 |
-
"52": "
|
| 193 |
-
"53": "
|
| 194 |
-
"54": "
|
| 195 |
-
"55": "
|
| 196 |
-
"56": "
|
| 197 |
-
"57": "
|
| 198 |
-
"58": "
|
| 199 |
-
"59": "
|
| 200 |
-
"60": "
|
| 201 |
-
"61": "
|
| 202 |
-
"62": "
|
| 203 |
-
"63": "
|
| 204 |
-
"64": "
|
| 205 |
-
"65": "
|
| 206 |
-
"66": "
|
| 207 |
-
"67": "
|
| 208 |
-
"68": "
|
| 209 |
-
"69": "
|
| 210 |
-
"70": "
|
| 211 |
-
"71": "
|
| 212 |
-
"72": "
|
| 213 |
-
"73": "
|
| 214 |
-
"74": "
|
| 215 |
-
"75": "
|
| 216 |
-
"76": "
|
| 217 |
-
"77": "
|
| 218 |
-
"78": "
|
| 219 |
-
"79": "
|
| 220 |
-
"80": "
|
| 221 |
-
"81": "
|
| 222 |
-
"82": "
|
| 223 |
-
"83": "
|
| 224 |
-
"84": "
|
| 225 |
-
"85": "
|
| 226 |
-
"86": "
|
| 227 |
-
"87": "
|
| 228 |
-
"88": "
|
| 229 |
-
"89": "
|
| 230 |
-
"90": "
|
| 231 |
-
"91": "
|
| 232 |
-
"92": "
|
| 233 |
-
"93": "
|
| 234 |
-
"94": "
|
| 235 |
-
"95": "
|
| 236 |
-
"96": "
|
| 237 |
-
"97": "
|
| 238 |
-
"98": "
|
| 239 |
-
"99": "
|
| 240 |
-
"100": "
|
| 241 |
-
"101": "
|
| 242 |
-
"102": "
|
| 243 |
-
"103": "
|
| 244 |
-
"104": "
|
| 245 |
-
"105": "
|
| 246 |
-
"106": "
|
| 247 |
-
"107": "
|
| 248 |
-
"108": "
|
| 249 |
-
"109": "
|
| 250 |
-
"110": "
|
| 251 |
-
"111": "
|
| 252 |
-
"112": "
|
| 253 |
-
"113": "
|
| 254 |
-
"114": "
|
| 255 |
-
"115": "
|
| 256 |
-
"116": "
|
| 257 |
-
"117": "
|
| 258 |
-
"118": "
|
| 259 |
-
"119": "
|
| 260 |
-
"120": "
|
| 261 |
-
"121": "
|
| 262 |
-
"122": "
|
| 263 |
-
"123": "
|
| 264 |
-
"124": "
|
| 265 |
-
"125": "
|
| 266 |
-
"126": "
|
| 267 |
-
"127": "
|
| 268 |
-
"128": "
|
| 269 |
-
"129": "
|
| 270 |
-
"130": "
|
| 271 |
-
"131": "
|
| 272 |
-
"132": "
|
| 273 |
-
"133": "
|
| 274 |
-
"134": "
|
| 275 |
-
"135": "
|
| 276 |
-
"136": "
|
| 277 |
-
"137": "
|
| 278 |
-
"138": "
|
| 279 |
-
"139": "
|
| 280 |
-
"140": "
|
| 281 |
-
"141": "
|
| 282 |
-
"142": "
|
| 283 |
-
"143": "
|
| 284 |
-
"144": "
|
| 285 |
-
"145": "
|
| 286 |
-
"146": "
|
| 287 |
-
"147": "
|
| 288 |
-
"148": "
|
| 289 |
-
"149": "
|
| 290 |
-
"150": "
|
| 291 |
-
"151": "
|
| 292 |
-
"152": "
|
| 293 |
-
"153": "
|
| 294 |
-
"154": "
|
| 295 |
-
"155": "
|
| 296 |
-
"156": "
|
| 297 |
-
"157": "
|
| 298 |
-
"158": "
|
| 299 |
-
"159": "
|
| 300 |
-
"160": "
|
| 301 |
-
"161": "
|
| 302 |
-
"162": "
|
| 303 |
-
"163": "
|
| 304 |
-
"164": "
|
| 305 |
-
"165": "
|
| 306 |
-
"166": "
|
| 307 |
-
"167": "
|
| 308 |
-
"168": "
|
| 309 |
-
"169": "
|
| 310 |
-
"170": "
|
| 311 |
-
"171": "
|
| 312 |
-
"172": "
|
| 313 |
-
"173": "
|
| 314 |
-
"174": "
|
| 315 |
-
"175": "
|
| 316 |
-
"176": "
|
| 317 |
-
"177": "
|
| 318 |
-
"178": "
|
| 319 |
-
"179": "
|
| 320 |
-
"180": "
|
| 321 |
-
"181": "
|
| 322 |
-
"182": "
|
| 323 |
-
"183": "
|
| 324 |
-
"184": "
|
| 325 |
-
"185": "
|
| 326 |
-
"186": "
|
| 327 |
-
"187": "
|
| 328 |
-
"188": "
|
| 329 |
-
"189": "
|
| 330 |
-
"190": "
|
| 331 |
-
"191": "
|
| 332 |
-
"192": "
|
| 333 |
-
"193": "
|
| 334 |
-
"194": "
|
| 335 |
-
"195": "
|
| 336 |
-
"196": "
|
| 337 |
-
"197": "
|
| 338 |
-
"198": "
|
| 339 |
-
"199": "
|
| 340 |
-
"200": "
|
| 341 |
-
"201": "
|
| 342 |
-
"202": "
|
| 343 |
-
"203": "
|
| 344 |
-
"204": "
|
| 345 |
-
"205": "
|
| 346 |
-
"206": "
|
| 347 |
-
"207": "
|
| 348 |
-
"208": "
|
| 349 |
-
"209": "
|
| 350 |
-
"210": "
|
| 351 |
-
"211": "
|
| 352 |
-
"212": "
|
| 353 |
-
"213": "
|
| 354 |
-
"214": "
|
| 355 |
-
"215": "
|
| 356 |
-
"216": "
|
| 357 |
-
"217": "
|
| 358 |
-
"218": "
|
| 359 |
-
"219": "
|
| 360 |
-
"220": "
|
| 361 |
-
"221": "
|
| 362 |
-
"222": "
|
| 363 |
-
"223": "
|
| 364 |
-
"224": "
|
| 365 |
-
"225": "
|
| 366 |
-
"226": "
|
| 367 |
-
"227": "
|
| 368 |
-
"228": "
|
| 369 |
-
"229": "
|
| 370 |
-
"230": "
|
| 371 |
-
"231": "
|
| 372 |
-
"232": "
|
| 373 |
-
"233": "
|
| 374 |
-
"234": "
|
| 375 |
-
"235": "
|
| 376 |
-
"236": "
|
| 377 |
-
"237": "
|
| 378 |
-
"238": "
|
| 379 |
-
"239": "
|
| 380 |
-
"240": "
|
| 381 |
-
"241": "
|
| 382 |
-
"242": "
|
| 383 |
-
"243": "
|
| 384 |
-
"244": "
|
| 385 |
-
"245": "
|
| 386 |
-
"246": "
|
| 387 |
-
"247": "
|
| 388 |
-
"248": "
|
| 389 |
-
"249": "
|
| 390 |
-
"250": "
|
| 391 |
-
"251": "
|
| 392 |
-
"252": "
|
| 393 |
-
"253": "
|
| 394 |
-
"254": "
|
| 395 |
-
"255": "
|
| 396 |
-
"256": "
|
| 397 |
-
"257": "
|
| 398 |
-
"258": "
|
| 399 |
-
"259": "
|
| 400 |
-
"260": "
|
| 401 |
-
"261": "
|
| 402 |
-
"262": "
|
| 403 |
-
"263": "
|
| 404 |
-
"264": "
|
| 405 |
-
"265": "
|
| 406 |
-
"266": "
|
| 407 |
-
"267": "
|
| 408 |
-
"268": "
|
| 409 |
-
"269": "
|
| 410 |
-
"270": "
|
| 411 |
-
"271": "
|
| 412 |
-
"272": "
|
| 413 |
-
"273": "
|
| 414 |
-
"274": "
|
| 415 |
-
"275": "
|
| 416 |
-
"276": "
|
| 417 |
-
"277": "
|
| 418 |
-
"278": "
|
| 419 |
-
"279": "
|
| 420 |
-
"280": "
|
| 421 |
-
"281": "
|
| 422 |
-
"282": "
|
| 423 |
-
"283": "
|
| 424 |
-
"284": "
|
| 425 |
-
"285": "
|
| 426 |
-
"286": "
|
| 427 |
-
"287": "
|
| 428 |
-
"288": "
|
| 429 |
-
"289": "
|
| 430 |
-
"290": "
|
| 431 |
-
"291": "
|
| 432 |
-
"292": "
|
| 433 |
-
"293": "
|
| 434 |
-
"294": "
|
| 435 |
-
"295": "
|
| 436 |
-
"296": "
|
| 437 |
-
"297": "
|
| 438 |
-
"298": "
|
| 439 |
-
"299": "
|
| 440 |
-
"300": "
|
| 441 |
-
"301": "
|
| 442 |
-
"302": "
|
| 443 |
-
"303": "
|
| 444 |
-
"304": "
|
| 445 |
-
"305": "
|
| 446 |
-
"306": "
|
| 447 |
-
"307": "
|
| 448 |
-
"308": "
|
| 449 |
-
"309": "
|
| 450 |
-
"310": "
|
| 451 |
-
"311": "
|
| 452 |
-
"312": "
|
| 453 |
-
"313": "
|
| 454 |
-
"314": "
|
| 455 |
-
"315": "
|
| 456 |
-
"316": "
|
| 457 |
-
"317": "
|
| 458 |
-
"318": "
|
| 459 |
-
"319": "
|
| 460 |
-
"320": "
|
| 461 |
-
"321": "
|
| 462 |
-
"322": "
|
| 463 |
-
"323": "
|
| 464 |
-
"324": "
|
| 465 |
-
"325": "
|
| 466 |
-
"326": "
|
| 467 |
-
"327": "
|
| 468 |
-
"328": "
|
| 469 |
-
"329": "
|
| 470 |
-
"330": "
|
| 471 |
-
"331": "
|
| 472 |
-
"332": "
|
| 473 |
-
"333": "
|
| 474 |
-
"334": "
|
| 475 |
-
"335": "
|
| 476 |
-
"336": "
|
| 477 |
-
"337": "
|
| 478 |
-
"338": "
|
| 479 |
-
"339": "
|
| 480 |
-
"340": "
|
| 481 |
-
"341": "
|
| 482 |
-
"342": "
|
| 483 |
-
"343": "
|
| 484 |
-
"344": "
|
| 485 |
-
"345": "
|
| 486 |
-
"346": "
|
| 487 |
-
"347": "
|
| 488 |
-
"348": "
|
| 489 |
-
"349": "
|
| 490 |
-
"350": "
|
| 491 |
-
"351": "
|
| 492 |
-
"352": "
|
| 493 |
-
"353": "
|
| 494 |
-
"354": "
|
| 495 |
-
"355": "
|
| 496 |
-
"356": "
|
| 497 |
-
"357": "
|
| 498 |
-
"358": "
|
| 499 |
-
"359": "
|
| 500 |
-
"360": "
|
| 501 |
-
"361": "
|
| 502 |
-
"362": "
|
| 503 |
-
"363": "
|
| 504 |
-
"364": "
|
| 505 |
-
"365": "
|
| 506 |
},
|
| 507 |
"init_std": 0.02,
|
| 508 |
"init_xavier_std": 1.0,
|
| 509 |
"is_encoder_decoder": true,
|
| 510 |
"label2id": {
|
| 511 |
-
"
|
| 512 |
-
"
|
| 513 |
-
"
|
| 514 |
-
"
|
| 515 |
-
"
|
| 516 |
-
"
|
| 517 |
-
"
|
| 518 |
-
"
|
| 519 |
-
"
|
| 520 |
-
"
|
| 521 |
-
"
|
| 522 |
-
"
|
| 523 |
-
"
|
| 524 |
-
"
|
| 525 |
-
"
|
| 526 |
-
"
|
| 527 |
-
"
|
| 528 |
-
"
|
| 529 |
-
"
|
| 530 |
-
"
|
| 531 |
-
"
|
| 532 |
-
"
|
| 533 |
-
"
|
| 534 |
-
"
|
| 535 |
-
"
|
| 536 |
-
"
|
| 537 |
-
"
|
| 538 |
-
"
|
| 539 |
-
"
|
| 540 |
-
"
|
| 541 |
-
"
|
| 542 |
-
"
|
| 543 |
-
"
|
| 544 |
-
"
|
| 545 |
-
"
|
| 546 |
-
"
|
| 547 |
-
"
|
| 548 |
-
"
|
| 549 |
-
"
|
| 550 |
-
"
|
| 551 |
-
"
|
| 552 |
-
"
|
| 553 |
-
"
|
| 554 |
-
"
|
| 555 |
-
"
|
| 556 |
-
"
|
| 557 |
-
"
|
| 558 |
-
"
|
| 559 |
-
"
|
| 560 |
-
"
|
| 561 |
-
"
|
| 562 |
-
"
|
| 563 |
-
"
|
| 564 |
-
"
|
| 565 |
-
"
|
| 566 |
-
"
|
| 567 |
-
"
|
| 568 |
-
"
|
| 569 |
-
"
|
| 570 |
-
"
|
| 571 |
-
"
|
| 572 |
-
"
|
| 573 |
-
"
|
| 574 |
-
"
|
| 575 |
-
"
|
| 576 |
-
"
|
| 577 |
-
"
|
| 578 |
-
"
|
| 579 |
-
"
|
| 580 |
-
"
|
| 581 |
-
"
|
| 582 |
-
"
|
| 583 |
-
"
|
| 584 |
-
"
|
| 585 |
-
"
|
| 586 |
-
"
|
| 587 |
-
"
|
| 588 |
-
"
|
| 589 |
-
"
|
| 590 |
-
"
|
| 591 |
-
"
|
| 592 |
-
"
|
| 593 |
-
"
|
| 594 |
-
"
|
| 595 |
-
"
|
| 596 |
-
"
|
| 597 |
-
"
|
| 598 |
-
"
|
| 599 |
-
"
|
| 600 |
-
"
|
| 601 |
-
"
|
| 602 |
-
"
|
| 603 |
-
"
|
| 604 |
-
"
|
| 605 |
-
"
|
| 606 |
-
"
|
| 607 |
-
"
|
| 608 |
-
"
|
| 609 |
-
"
|
| 610 |
-
"
|
| 611 |
-
"
|
| 612 |
-
"
|
| 613 |
-
"
|
| 614 |
-
"
|
| 615 |
-
"
|
| 616 |
-
"
|
| 617 |
-
"
|
| 618 |
-
"
|
| 619 |
-
"
|
| 620 |
-
"
|
| 621 |
-
"
|
| 622 |
-
"
|
| 623 |
-
"
|
| 624 |
-
"
|
| 625 |
-
"
|
| 626 |
-
"
|
| 627 |
-
"
|
| 628 |
-
"
|
| 629 |
-
"
|
| 630 |
-
"
|
| 631 |
-
"
|
| 632 |
-
"
|
| 633 |
-
"
|
| 634 |
-
"
|
| 635 |
-
"
|
| 636 |
-
"
|
| 637 |
-
"
|
| 638 |
-
"
|
| 639 |
-
"
|
| 640 |
-
"
|
| 641 |
-
"
|
| 642 |
-
"
|
| 643 |
-
"
|
| 644 |
-
"
|
| 645 |
-
"
|
| 646 |
-
"
|
| 647 |
-
"
|
| 648 |
-
"
|
| 649 |
-
"
|
| 650 |
-
"
|
| 651 |
-
"
|
| 652 |
-
"
|
| 653 |
-
"
|
| 654 |
-
"
|
| 655 |
-
"
|
| 656 |
-
"
|
| 657 |
-
"
|
| 658 |
-
"
|
| 659 |
-
"
|
| 660 |
-
"
|
| 661 |
-
"
|
| 662 |
-
"
|
| 663 |
-
"
|
| 664 |
-
"
|
| 665 |
-
"
|
| 666 |
-
"
|
| 667 |
-
"
|
| 668 |
-
"
|
| 669 |
-
"
|
| 670 |
-
"
|
| 671 |
-
"
|
| 672 |
-
"
|
| 673 |
-
"
|
| 674 |
-
"
|
| 675 |
-
"
|
| 676 |
-
"
|
| 677 |
-
"
|
| 678 |
-
"
|
| 679 |
-
"
|
| 680 |
-
"
|
| 681 |
-
"
|
| 682 |
-
"
|
| 683 |
-
"
|
| 684 |
-
"
|
| 685 |
-
"
|
| 686 |
-
"
|
| 687 |
-
"
|
| 688 |
-
"
|
| 689 |
-
"
|
| 690 |
-
"
|
| 691 |
-
"
|
| 692 |
-
"
|
| 693 |
-
"
|
| 694 |
-
"
|
| 695 |
-
"
|
| 696 |
-
"
|
| 697 |
-
"
|
| 698 |
-
"
|
| 699 |
-
"
|
| 700 |
-
"
|
| 701 |
-
"
|
| 702 |
-
"
|
| 703 |
-
"
|
| 704 |
-
"
|
| 705 |
-
"
|
| 706 |
-
"
|
| 707 |
-
"
|
| 708 |
-
"
|
| 709 |
-
"
|
| 710 |
-
"
|
| 711 |
-
"
|
| 712 |
-
"
|
| 713 |
-
"
|
| 714 |
-
"
|
| 715 |
-
"
|
| 716 |
-
"
|
| 717 |
-
"
|
| 718 |
-
"
|
| 719 |
-
"
|
| 720 |
-
"
|
| 721 |
-
"
|
| 722 |
-
"
|
| 723 |
-
"
|
| 724 |
-
"
|
| 725 |
-
"
|
| 726 |
-
"
|
| 727 |
-
"
|
| 728 |
-
"
|
| 729 |
-
"
|
| 730 |
-
"
|
| 731 |
-
"
|
| 732 |
-
"
|
| 733 |
-
"
|
| 734 |
-
"
|
| 735 |
-
"
|
| 736 |
-
"
|
| 737 |
-
"
|
| 738 |
-
"
|
| 739 |
-
"
|
| 740 |
-
"
|
| 741 |
-
"
|
| 742 |
-
"
|
| 743 |
-
"
|
| 744 |
-
"
|
| 745 |
-
"
|
| 746 |
-
"
|
| 747 |
-
"
|
| 748 |
-
"
|
| 749 |
-
"
|
| 750 |
-
"
|
| 751 |
-
"
|
| 752 |
-
"
|
| 753 |
-
"
|
| 754 |
-
"
|
| 755 |
-
"
|
| 756 |
-
"
|
| 757 |
-
"
|
| 758 |
-
"
|
| 759 |
-
"
|
| 760 |
-
"
|
| 761 |
-
"
|
| 762 |
-
"
|
| 763 |
-
"
|
| 764 |
-
"
|
| 765 |
-
"
|
| 766 |
-
"
|
| 767 |
-
"
|
| 768 |
-
"
|
| 769 |
-
"
|
| 770 |
-
"
|
| 771 |
-
"
|
| 772 |
-
"
|
| 773 |
-
"
|
| 774 |
-
"
|
| 775 |
-
"
|
| 776 |
-
"
|
| 777 |
-
"
|
| 778 |
-
"
|
| 779 |
-
"
|
| 780 |
-
"
|
| 781 |
-
"
|
| 782 |
-
"
|
| 783 |
-
"
|
| 784 |
-
"
|
| 785 |
-
"
|
| 786 |
-
"
|
| 787 |
-
"
|
| 788 |
-
"
|
| 789 |
-
"
|
| 790 |
-
"
|
| 791 |
-
"
|
| 792 |
-
"
|
| 793 |
-
"
|
| 794 |
-
"
|
| 795 |
-
"
|
| 796 |
-
"
|
| 797 |
-
"
|
| 798 |
-
"
|
| 799 |
-
"
|
| 800 |
-
"
|
| 801 |
-
"
|
| 802 |
-
"
|
| 803 |
-
"
|
| 804 |
-
"
|
| 805 |
-
"
|
| 806 |
-
"
|
| 807 |
-
"
|
| 808 |
-
"
|
| 809 |
-
"
|
| 810 |
-
"
|
| 811 |
-
"
|
| 812 |
-
"
|
| 813 |
-
"
|
| 814 |
-
"
|
| 815 |
-
"
|
| 816 |
-
"
|
| 817 |
-
"
|
| 818 |
-
"
|
| 819 |
-
"
|
| 820 |
-
"
|
| 821 |
-
"
|
| 822 |
-
"
|
| 823 |
-
"
|
| 824 |
-
"
|
| 825 |
-
"
|
| 826 |
-
"
|
| 827 |
-
"
|
| 828 |
-
"
|
| 829 |
-
"
|
| 830 |
-
"
|
| 831 |
-
"
|
| 832 |
-
"
|
| 833 |
-
"
|
| 834 |
-
"
|
| 835 |
-
"
|
| 836 |
-
"
|
| 837 |
-
"
|
| 838 |
-
"
|
| 839 |
-
"
|
| 840 |
-
"
|
| 841 |
-
"
|
| 842 |
-
"
|
| 843 |
-
"
|
| 844 |
-
"
|
| 845 |
-
"
|
| 846 |
-
"
|
| 847 |
-
"
|
| 848 |
-
"
|
| 849 |
-
"
|
| 850 |
-
"
|
| 851 |
-
"
|
| 852 |
-
"
|
| 853 |
-
"
|
| 854 |
-
"
|
| 855 |
-
"
|
| 856 |
-
"
|
| 857 |
-
"
|
| 858 |
-
"
|
| 859 |
-
"
|
| 860 |
-
"
|
| 861 |
-
"
|
| 862 |
-
"
|
| 863 |
-
"
|
| 864 |
-
"
|
| 865 |
-
"
|
| 866 |
-
"
|
| 867 |
-
"
|
| 868 |
-
"
|
| 869 |
-
"
|
| 870 |
-
"
|
| 871 |
-
"
|
| 872 |
-
"
|
| 873 |
-
"
|
| 874 |
-
"
|
| 875 |
-
"
|
| 876 |
-
"
|
| 877 |
},
|
| 878 |
"mask_loss_coefficient": 1,
|
| 879 |
-
"max_position_embeddings":
|
| 880 |
"model_type": "deta",
|
| 881 |
"num_feature_levels": 5,
|
| 882 |
"num_queries": 900,
|
|
|
|
| 8 |
"assign_first_stage": true,
|
| 9 |
"attention_dropout": 0.0,
|
| 10 |
"auxiliary_loss": false,
|
|
|
|
| 11 |
"backbone_config": {
|
| 12 |
"_name_or_path": "",
|
| 13 |
"add_cross_attention": false,
|
|
|
|
| 124 |
"decoder_layers": 6,
|
| 125 |
"decoder_n_points": 4,
|
| 126 |
"dice_loss_coefficient": 1,
|
|
|
|
| 127 |
"dropout": 0.1,
|
| 128 |
"encoder_attention_heads": 8,
|
| 129 |
"encoder_ffn_dim": 2048,
|
|
|
|
| 135 |
"giou_cost": 2,
|
| 136 |
"giou_loss_coefficient": 2,
|
| 137 |
"id2label": {
|
| 138 |
+
"0": "None",
|
| 139 |
+
"1": "Person",
|
| 140 |
+
"2": "Sneakers",
|
| 141 |
+
"3": "Chair",
|
| 142 |
+
"4": "Other Shoes",
|
| 143 |
+
"5": "Hat",
|
| 144 |
+
"6": "Car",
|
| 145 |
+
"7": "Lamp",
|
| 146 |
+
"8": "Glasses",
|
| 147 |
+
"9": "Bottle",
|
| 148 |
+
"10": "Desk",
|
| 149 |
+
"11": "Cup",
|
| 150 |
+
"12": "Street Lights",
|
| 151 |
+
"13": "Cabinet/shelf",
|
| 152 |
+
"14": "Handbag/Satchel",
|
| 153 |
+
"15": "Bracelet",
|
| 154 |
+
"16": "Plate",
|
| 155 |
+
"17": "Picture/Frame",
|
| 156 |
+
"18": "Helmet",
|
| 157 |
+
"19": "Book",
|
| 158 |
+
"20": "Gloves",
|
| 159 |
+
"21": "Storage box",
|
| 160 |
+
"22": "Boat",
|
| 161 |
+
"23": "Leather Shoes",
|
| 162 |
+
"24": "Flower",
|
| 163 |
+
"25": "Bench",
|
| 164 |
+
"26": "Potted Plant",
|
| 165 |
+
"27": "Bowl/Basin",
|
| 166 |
+
"28": "Flag",
|
| 167 |
+
"29": "Pillow",
|
| 168 |
+
"30": "Boots",
|
| 169 |
+
"31": "Vase",
|
| 170 |
+
"32": "Microphone",
|
| 171 |
+
"33": "Necklace",
|
| 172 |
+
"34": "Ring",
|
| 173 |
+
"35": "SUV",
|
| 174 |
+
"36": "Wine Glass",
|
| 175 |
+
"37": "Belt",
|
| 176 |
+
"38": "Monitor/TV",
|
| 177 |
+
"39": "Backpack",
|
| 178 |
+
"40": "Umbrella",
|
| 179 |
+
"41": "Traffic Light",
|
| 180 |
+
"42": "Speaker",
|
| 181 |
+
"43": "Watch",
|
| 182 |
+
"44": "Tie",
|
| 183 |
+
"45": "Trash bin Can",
|
| 184 |
+
"46": "Slippers",
|
| 185 |
+
"47": "Bicycle",
|
| 186 |
+
"48": "Stool",
|
| 187 |
+
"49": "Barrel/bucket",
|
| 188 |
+
"50": "Van",
|
| 189 |
+
"51": "Couch",
|
| 190 |
+
"52": "Sandals",
|
| 191 |
+
"53": "Basket",
|
| 192 |
+
"54": "Drum",
|
| 193 |
+
"55": "Pen/Pencil",
|
| 194 |
+
"56": "Bus",
|
| 195 |
+
"57": "Wild Bird",
|
| 196 |
+
"58": "High Heels",
|
| 197 |
+
"59": "Motorcycle",
|
| 198 |
+
"60": "Guitar",
|
| 199 |
+
"61": "Carpet",
|
| 200 |
+
"62": "Cell Phone",
|
| 201 |
+
"63": "Bread",
|
| 202 |
+
"64": "Camera",
|
| 203 |
+
"65": "Canned",
|
| 204 |
+
"66": "Truck",
|
| 205 |
+
"67": "Traffic cone",
|
| 206 |
+
"68": "Cymbal",
|
| 207 |
+
"69": "Lifesaver",
|
| 208 |
+
"70": "Towel",
|
| 209 |
+
"71": "Stuffed Toy",
|
| 210 |
+
"72": "Candle",
|
| 211 |
+
"73": "Sailboat",
|
| 212 |
+
"74": "Laptop",
|
| 213 |
+
"75": "Awning",
|
| 214 |
+
"76": "Bed",
|
| 215 |
+
"77": "Faucet",
|
| 216 |
+
"78": "Tent",
|
| 217 |
+
"79": "Horse",
|
| 218 |
+
"80": "Mirror",
|
| 219 |
+
"81": "Power outlet",
|
| 220 |
+
"82": "Sink",
|
| 221 |
+
"83": "Apple",
|
| 222 |
+
"84": "Air Conditioner",
|
| 223 |
+
"85": "Knife",
|
| 224 |
+
"86": "Hockey Stick",
|
| 225 |
+
"87": "Paddle",
|
| 226 |
+
"88": "Pickup Truck",
|
| 227 |
+
"89": "Fork",
|
| 228 |
+
"90": "Traffic Sign",
|
| 229 |
+
"91": "Balloon",
|
| 230 |
+
"92": "Tripod",
|
| 231 |
+
"93": "Dog",
|
| 232 |
+
"94": "Spoon",
|
| 233 |
+
"95": "Clock",
|
| 234 |
+
"96": "Pot",
|
| 235 |
+
"97": "Cow",
|
| 236 |
+
"98": "Cake",
|
| 237 |
+
"99": "Dinning Table",
|
| 238 |
+
"100": "Sheep",
|
| 239 |
+
"101": "Hanger",
|
| 240 |
+
"102": "Blackboard/Whiteboard",
|
| 241 |
+
"103": "Napkin",
|
| 242 |
+
"104": "Other Fish",
|
| 243 |
+
"105": "Orange/Tangerine",
|
| 244 |
+
"106": "Toiletry",
|
| 245 |
+
"107": "Keyboard",
|
| 246 |
+
"108": "Tomato",
|
| 247 |
+
"109": "Lantern",
|
| 248 |
+
"110": "Machinery Vehicle",
|
| 249 |
+
"111": "Fan",
|
| 250 |
+
"112": "Green Vegetables",
|
| 251 |
+
"113": "Banana",
|
| 252 |
+
"114": "Baseball Glove",
|
| 253 |
+
"115": "Airplane",
|
| 254 |
+
"116": "Mouse",
|
| 255 |
+
"117": "Train",
|
| 256 |
+
"118": "Pumpkin",
|
| 257 |
+
"119": "Soccer",
|
| 258 |
+
"120": "Skiboard",
|
| 259 |
+
"121": "Luggage",
|
| 260 |
+
"122": "Nightstand",
|
| 261 |
+
"123": "Tea pot",
|
| 262 |
+
"124": "Telephone",
|
| 263 |
+
"125": "Trolley",
|
| 264 |
+
"126": "Head Phone",
|
| 265 |
+
"127": "Sports Car",
|
| 266 |
+
"128": "Stop Sign",
|
| 267 |
+
"129": "Dessert",
|
| 268 |
+
"130": "Scooter",
|
| 269 |
+
"131": "Stroller",
|
| 270 |
+
"132": "Crane",
|
| 271 |
+
"133": "Remote",
|
| 272 |
+
"134": "Refrigerator",
|
| 273 |
+
"135": "Oven",
|
| 274 |
+
"136": "Lemon",
|
| 275 |
+
"137": "Duck",
|
| 276 |
+
"138": "Baseball Bat",
|
| 277 |
+
"139": "Surveillance Camera",
|
| 278 |
+
"140": "Cat",
|
| 279 |
+
"141": "Jug",
|
| 280 |
+
"142": "Broccoli",
|
| 281 |
+
"143": "Piano",
|
| 282 |
+
"144": "Pizza",
|
| 283 |
+
"145": "Elephant",
|
| 284 |
+
"146": "Skateboard",
|
| 285 |
+
"147": "Surfboard",
|
| 286 |
+
"148": "Gun",
|
| 287 |
+
"149": "Skating and Skiing shoes",
|
| 288 |
+
"150": "Gas stove",
|
| 289 |
+
"151": "Donut",
|
| 290 |
+
"152": "Bow Tie",
|
| 291 |
+
"153": "Carrot",
|
| 292 |
+
"154": "Toilet",
|
| 293 |
+
"155": "Kite",
|
| 294 |
+
"156": "Strawberry",
|
| 295 |
+
"157": "Other Balls",
|
| 296 |
+
"158": "Shovel",
|
| 297 |
+
"159": "Pepper",
|
| 298 |
+
"160": "Computer Box",
|
| 299 |
+
"161": "Toilet Paper",
|
| 300 |
+
"162": "Cleaning Products",
|
| 301 |
+
"163": "Chopsticks",
|
| 302 |
+
"164": "Microwave",
|
| 303 |
+
"165": "Pigeon",
|
| 304 |
+
"166": "Baseball",
|
| 305 |
+
"167": "Cutting/chopping Board",
|
| 306 |
+
"168": "Coffee Table",
|
| 307 |
+
"169": "Side Table",
|
| 308 |
+
"170": "Scissors",
|
| 309 |
+
"171": "Marker",
|
| 310 |
+
"172": "Pie",
|
| 311 |
+
"173": "Ladder",
|
| 312 |
+
"174": "Snowboard",
|
| 313 |
+
"175": "Cookies",
|
| 314 |
+
"176": "Radiator",
|
| 315 |
+
"177": "Fire Hydrant",
|
| 316 |
+
"178": "Basketball",
|
| 317 |
+
"179": "Zebra",
|
| 318 |
+
"180": "Grape",
|
| 319 |
+
"181": "Giraffe",
|
| 320 |
+
"182": "Potato",
|
| 321 |
+
"183": "Sausage",
|
| 322 |
+
"184": "Tricycle",
|
| 323 |
+
"185": "Violin",
|
| 324 |
+
"186": "Egg",
|
| 325 |
+
"187": "Fire Extinguisher",
|
| 326 |
+
"188": "Candy",
|
| 327 |
+
"189": "Fire Truck",
|
| 328 |
+
"190": "Billiards",
|
| 329 |
+
"191": "Converter",
|
| 330 |
+
"192": "Bathtub",
|
| 331 |
+
"193": "Wheelchair",
|
| 332 |
+
"194": "Golf Club",
|
| 333 |
+
"195": "Briefcase",
|
| 334 |
+
"196": "Cucumber",
|
| 335 |
+
"197": "Cigar/Cigarette",
|
| 336 |
+
"198": "Paint Brush",
|
| 337 |
+
"199": "Pear",
|
| 338 |
+
"200": "Heavy Truck",
|
| 339 |
+
"201": "Hamburger",
|
| 340 |
+
"202": "Extractor",
|
| 341 |
+
"203": "Extension Cord",
|
| 342 |
+
"204": "Tong",
|
| 343 |
+
"205": "Tennis Racket",
|
| 344 |
+
"206": "Folder",
|
| 345 |
+
"207": "American Football",
|
| 346 |
+
"208": "earphone",
|
| 347 |
+
"209": "Mask",
|
| 348 |
+
"210": "Kettle",
|
| 349 |
+
"211": "Tennis",
|
| 350 |
+
"212": "Ship",
|
| 351 |
+
"213": "Swing",
|
| 352 |
+
"214": "Coffee Machine",
|
| 353 |
+
"215": "Slide",
|
| 354 |
+
"216": "Carriage",
|
| 355 |
+
"217": "Onion",
|
| 356 |
+
"218": "Green beans",
|
| 357 |
+
"219": "Projector",
|
| 358 |
+
"220": "Frisbee",
|
| 359 |
+
"221": "Washing Machine/Drying Machine",
|
| 360 |
+
"222": "Chicken",
|
| 361 |
+
"223": "Printer",
|
| 362 |
+
"224": "Watermelon",
|
| 363 |
+
"225": "Saxophone",
|
| 364 |
+
"226": "Tissue",
|
| 365 |
+
"227": "Toothbrush",
|
| 366 |
+
"228": "Ice cream",
|
| 367 |
+
"229": "Hot-air balloon",
|
| 368 |
+
"230": "Cello",
|
| 369 |
+
"231": "French Fries",
|
| 370 |
+
"232": "Scale",
|
| 371 |
+
"233": "Trophy",
|
| 372 |
+
"234": "Cabbage",
|
| 373 |
+
"235": "Hot dog",
|
| 374 |
+
"236": "Blender",
|
| 375 |
+
"237": "Peach",
|
| 376 |
+
"238": "Rice",
|
| 377 |
+
"239": "Wallet/Purse",
|
| 378 |
+
"240": "Volleyball",
|
| 379 |
+
"241": "Deer",
|
| 380 |
+
"242": "Goose",
|
| 381 |
+
"243": "Tape",
|
| 382 |
+
"244": "Tablet",
|
| 383 |
+
"245": "Cosmetics",
|
| 384 |
+
"246": "Trumpet",
|
| 385 |
+
"247": "Pineapple",
|
| 386 |
+
"248": "Golf Ball",
|
| 387 |
+
"249": "Ambulance",
|
| 388 |
+
"250": "Parking meter",
|
| 389 |
+
"251": "Mango",
|
| 390 |
+
"252": "Key",
|
| 391 |
+
"253": "Hurdle",
|
| 392 |
+
"254": "Fishing Rod",
|
| 393 |
+
"255": "Medal",
|
| 394 |
+
"256": "Flute",
|
| 395 |
+
"257": "Brush",
|
| 396 |
+
"258": "Penguin",
|
| 397 |
+
"259": "Megaphone",
|
| 398 |
+
"260": "Corn",
|
| 399 |
+
"261": "Lettuce",
|
| 400 |
+
"262": "Garlic",
|
| 401 |
+
"263": "Swan",
|
| 402 |
+
"264": "Helicopter",
|
| 403 |
+
"265": "Green Onion",
|
| 404 |
+
"266": "Sandwich",
|
| 405 |
+
"267": "Nuts",
|
| 406 |
+
"268": "Speed Limit Sign",
|
| 407 |
+
"269": "Induction Cooker",
|
| 408 |
+
"270": "Broom",
|
| 409 |
+
"271": "Trombone",
|
| 410 |
+
"272": "Plum",
|
| 411 |
+
"273": "Rickshaw",
|
| 412 |
+
"274": "Goldfish",
|
| 413 |
+
"275": "Kiwi fruit",
|
| 414 |
+
"276": "Router/modem",
|
| 415 |
+
"277": "Poker Card",
|
| 416 |
+
"278": "Toaster",
|
| 417 |
+
"279": "Shrimp",
|
| 418 |
+
"280": "Sushi",
|
| 419 |
+
"281": "Cheese",
|
| 420 |
+
"282": "Notepaper",
|
| 421 |
+
"283": "Cherry",
|
| 422 |
+
"284": "Pliers",
|
| 423 |
+
"285": "CD",
|
| 424 |
+
"286": "Pasta",
|
| 425 |
+
"287": "Hammer",
|
| 426 |
+
"288": "Cue",
|
| 427 |
+
"289": "Avocado",
|
| 428 |
+
"290": "Hamimelon",
|
| 429 |
+
"291": "Flask",
|
| 430 |
+
"292": "Mushroom",
|
| 431 |
+
"293": "Screwdriver",
|
| 432 |
+
"294": "Soap",
|
| 433 |
+
"295": "Recorder",
|
| 434 |
+
"296": "Bear",
|
| 435 |
+
"297": "Eggplant",
|
| 436 |
+
"298": "Board Eraser",
|
| 437 |
+
"299": "Coconut",
|
| 438 |
+
"300": "Tape Measure/Ruler",
|
| 439 |
+
"301": "Pig",
|
| 440 |
+
"302": "Showerhead",
|
| 441 |
+
"303": "Globe",
|
| 442 |
+
"304": "Chips",
|
| 443 |
+
"305": "Steak",
|
| 444 |
+
"306": "Crosswalk Sign",
|
| 445 |
+
"307": "Stapler",
|
| 446 |
+
"308": "Camel",
|
| 447 |
+
"309": "Formula 1",
|
| 448 |
+
"310": "Pomegranate",
|
| 449 |
+
"311": "Dishwasher",
|
| 450 |
+
"312": "Crab",
|
| 451 |
+
"313": "Hoverboard",
|
| 452 |
+
"314": "Meat ball",
|
| 453 |
+
"315": "Rice Cooker",
|
| 454 |
+
"316": "Tuba",
|
| 455 |
+
"317": "Calculator",
|
| 456 |
+
"318": "Papaya",
|
| 457 |
+
"319": "Antelope",
|
| 458 |
+
"320": "Parrot",
|
| 459 |
+
"321": "Seal",
|
| 460 |
+
"322": "Butterfly",
|
| 461 |
+
"323": "Dumbbell",
|
| 462 |
+
"324": "Donkey",
|
| 463 |
+
"325": "Lion",
|
| 464 |
+
"326": "Urinal",
|
| 465 |
+
"327": "Dolphin",
|
| 466 |
+
"328": "Electric Drill",
|
| 467 |
+
"329": "Hair Dryer",
|
| 468 |
+
"330": "Egg tart",
|
| 469 |
+
"331": "Jellyfish",
|
| 470 |
+
"332": "Treadmill",
|
| 471 |
+
"333": "Lighter",
|
| 472 |
+
"334": "Grapefruit",
|
| 473 |
+
"335": "Game board",
|
| 474 |
+
"336": "Mop",
|
| 475 |
+
"337": "Radish",
|
| 476 |
+
"338": "Baozi",
|
| 477 |
+
"339": "Target",
|
| 478 |
+
"340": "French",
|
| 479 |
+
"341": "Spring Rolls",
|
| 480 |
+
"342": "Monkey",
|
| 481 |
+
"343": "Rabbit",
|
| 482 |
+
"344": "Pencil Case",
|
| 483 |
+
"345": "Yak",
|
| 484 |
+
"346": "Red Cabbage",
|
| 485 |
+
"347": "Binoculars",
|
| 486 |
+
"348": "Asparagus",
|
| 487 |
+
"349": "Barbell",
|
| 488 |
+
"350": "Scallop",
|
| 489 |
+
"351": "Noddles",
|
| 490 |
+
"352": "Comb",
|
| 491 |
+
"353": "Dumpling",
|
| 492 |
+
"354": "Oyster",
|
| 493 |
+
"355": "Table Tennis paddle",
|
| 494 |
+
"356": "Cosmetics Brush/Eyeliner Pencil",
|
| 495 |
+
"357": "Chainsaw",
|
| 496 |
+
"358": "Eraser",
|
| 497 |
+
"359": "Lobster",
|
| 498 |
+
"360": "Durian",
|
| 499 |
+
"361": "Okra",
|
| 500 |
+
"362": "Lipstick",
|
| 501 |
+
"363": "Cosmetics Mirror",
|
| 502 |
+
"364": "Curling",
|
| 503 |
+
"365": "Table Tennis"
|
| 504 |
},
|
| 505 |
"init_std": 0.02,
|
| 506 |
"init_xavier_std": 1.0,
|
| 507 |
"is_encoder_decoder": true,
|
| 508 |
"label2id": {
|
| 509 |
+
"Air Conditioner": 84,
|
| 510 |
+
"Airplane": 115,
|
| 511 |
+
"Ambulance": 249,
|
| 512 |
+
"American Football": 207,
|
| 513 |
+
"Antelope": 319,
|
| 514 |
+
"Apple": 83,
|
| 515 |
+
"Asparagus": 348,
|
| 516 |
+
"Avocado": 289,
|
| 517 |
+
"Awning": 75,
|
| 518 |
+
"Backpack": 39,
|
| 519 |
+
"Balloon": 91,
|
| 520 |
+
"Banana": 113,
|
| 521 |
+
"Baozi": 338,
|
| 522 |
+
"Barbell": 349,
|
| 523 |
+
"Barrel/bucket": 49,
|
| 524 |
+
"Baseball": 166,
|
| 525 |
+
"Baseball Bat": 138,
|
| 526 |
+
"Baseball Glove": 114,
|
| 527 |
+
"Basket": 53,
|
| 528 |
+
"Basketball": 178,
|
| 529 |
+
"Bathtub": 192,
|
| 530 |
+
"Bear": 296,
|
| 531 |
+
"Bed": 76,
|
| 532 |
+
"Belt": 37,
|
| 533 |
+
"Bench": 25,
|
| 534 |
+
"Bicycle": 47,
|
| 535 |
+
"Billiards": 190,
|
| 536 |
+
"Binoculars": 347,
|
| 537 |
+
"Blackboard/Whiteboard": 102,
|
| 538 |
+
"Blender": 236,
|
| 539 |
+
"Board Eraser": 298,
|
| 540 |
+
"Boat": 22,
|
| 541 |
+
"Book": 19,
|
| 542 |
+
"Boots": 30,
|
| 543 |
+
"Bottle": 9,
|
| 544 |
+
"Bow Tie": 152,
|
| 545 |
+
"Bowl/Basin": 27,
|
| 546 |
+
"Bracelet": 15,
|
| 547 |
+
"Bread": 63,
|
| 548 |
+
"Briefcase": 195,
|
| 549 |
+
"Broccoli": 142,
|
| 550 |
+
"Broom": 270,
|
| 551 |
+
"Brush": 257,
|
| 552 |
+
"Bus": 56,
|
| 553 |
+
"Butterfly": 322,
|
| 554 |
+
"CD": 285,
|
| 555 |
+
"Cabbage": 234,
|
| 556 |
+
"Cabinet/shelf": 13,
|
| 557 |
+
"Cake": 98,
|
| 558 |
+
"Calculator": 317,
|
| 559 |
+
"Camel": 308,
|
| 560 |
+
"Camera": 64,
|
| 561 |
+
"Candle": 72,
|
| 562 |
+
"Candy": 188,
|
| 563 |
+
"Canned": 65,
|
| 564 |
+
"Car": 6,
|
| 565 |
+
"Carpet": 61,
|
| 566 |
+
"Carriage": 216,
|
| 567 |
+
"Carrot": 153,
|
| 568 |
+
"Cat": 140,
|
| 569 |
+
"Cell Phone": 62,
|
| 570 |
+
"Cello": 230,
|
| 571 |
+
"Chainsaw": 357,
|
| 572 |
+
"Chair": 3,
|
| 573 |
+
"Cheese": 281,
|
| 574 |
+
"Cherry": 283,
|
| 575 |
+
"Chicken": 222,
|
| 576 |
+
"Chips": 304,
|
| 577 |
+
"Chopsticks": 163,
|
| 578 |
+
"Cigar/Cigarette": 197,
|
| 579 |
+
"Cleaning Products": 162,
|
| 580 |
+
"Clock": 95,
|
| 581 |
+
"Coconut": 299,
|
| 582 |
+
"Coffee Machine": 214,
|
| 583 |
+
"Coffee Table": 168,
|
| 584 |
+
"Comb": 352,
|
| 585 |
+
"Computer Box": 160,
|
| 586 |
+
"Converter": 191,
|
| 587 |
+
"Cookies": 175,
|
| 588 |
+
"Corn": 260,
|
| 589 |
+
"Cosmetics": 245,
|
| 590 |
+
"Cosmetics Brush/Eyeliner Pencil": 356,
|
| 591 |
+
"Cosmetics Mirror": 363,
|
| 592 |
+
"Couch": 51,
|
| 593 |
+
"Cow": 97,
|
| 594 |
+
"Crab": 312,
|
| 595 |
+
"Crane": 132,
|
| 596 |
+
"Crosswalk Sign": 306,
|
| 597 |
+
"Cucumber": 196,
|
| 598 |
+
"Cue": 288,
|
| 599 |
+
"Cup": 11,
|
| 600 |
+
"Curling": 364,
|
| 601 |
+
"Cutting/chopping Board": 167,
|
| 602 |
+
"Cymbal": 68,
|
| 603 |
+
"Deer": 241,
|
| 604 |
+
"Desk": 10,
|
| 605 |
+
"Dessert": 129,
|
| 606 |
+
"Dinning Table": 99,
|
| 607 |
+
"Dishwasher": 311,
|
| 608 |
+
"Dog": 93,
|
| 609 |
+
"Dolphin": 327,
|
| 610 |
+
"Donkey": 324,
|
| 611 |
+
"Donut": 151,
|
| 612 |
+
"Drum": 54,
|
| 613 |
+
"Duck": 137,
|
| 614 |
+
"Dumbbell": 323,
|
| 615 |
+
"Dumpling": 353,
|
| 616 |
+
"Durian": 360,
|
| 617 |
+
"Egg": 186,
|
| 618 |
+
"Egg tart": 330,
|
| 619 |
+
"Eggplant": 297,
|
| 620 |
+
"Electric Drill": 328,
|
| 621 |
+
"Elephant": 145,
|
| 622 |
+
"Eraser": 358,
|
| 623 |
+
"Extension Cord": 203,
|
| 624 |
+
"Extractor": 202,
|
| 625 |
+
"Fan": 111,
|
| 626 |
+
"Faucet": 77,
|
| 627 |
+
"Fire Extinguisher": 187,
|
| 628 |
+
"Fire Hydrant": 177,
|
| 629 |
+
"Fire Truck": 189,
|
| 630 |
+
"Fishing Rod": 254,
|
| 631 |
+
"Flag": 28,
|
| 632 |
+
"Flask": 291,
|
| 633 |
+
"Flower": 24,
|
| 634 |
+
"Flute": 256,
|
| 635 |
+
"Folder": 206,
|
| 636 |
+
"Fork": 89,
|
| 637 |
+
"Formula 1": 309,
|
| 638 |
+
"French": 340,
|
| 639 |
+
"French Fries": 231,
|
| 640 |
+
"Frisbee": 220,
|
| 641 |
+
"Game board": 335,
|
| 642 |
+
"Garlic": 262,
|
| 643 |
+
"Gas stove": 150,
|
| 644 |
+
"Giraffe": 181,
|
| 645 |
+
"Glasses": 8,
|
| 646 |
+
"Globe": 303,
|
| 647 |
+
"Gloves": 20,
|
| 648 |
+
"Goldfish": 274,
|
| 649 |
+
"Golf Ball": 248,
|
| 650 |
+
"Golf Club": 194,
|
| 651 |
+
"Goose": 242,
|
| 652 |
+
"Grape": 180,
|
| 653 |
+
"Grapefruit": 334,
|
| 654 |
+
"Green Onion": 265,
|
| 655 |
+
"Green Vegetables": 112,
|
| 656 |
+
"Green beans": 218,
|
| 657 |
+
"Guitar": 60,
|
| 658 |
+
"Gun": 148,
|
| 659 |
+
"Hair Dryer": 329,
|
| 660 |
+
"Hamburger": 201,
|
| 661 |
+
"Hamimelon": 290,
|
| 662 |
+
"Hammer": 287,
|
| 663 |
+
"Handbag/Satchel": 14,
|
| 664 |
+
"Hanger": 101,
|
| 665 |
+
"Hat": 5,
|
| 666 |
+
"Head Phone": 126,
|
| 667 |
+
"Heavy Truck": 200,
|
| 668 |
+
"Helicopter": 264,
|
| 669 |
+
"Helmet": 18,
|
| 670 |
+
"High Heels": 58,
|
| 671 |
+
"Hockey Stick": 86,
|
| 672 |
+
"Horse": 79,
|
| 673 |
+
"Hot dog": 235,
|
| 674 |
+
"Hot-air balloon": 229,
|
| 675 |
+
"Hoverboard": 313,
|
| 676 |
+
"Hurdle": 253,
|
| 677 |
+
"Ice cream": 228,
|
| 678 |
+
"Induction Cooker": 269,
|
| 679 |
+
"Jellyfish": 331,
|
| 680 |
+
"Jug": 141,
|
| 681 |
+
"Kettle": 210,
|
| 682 |
+
"Key": 252,
|
| 683 |
+
"Keyboard": 107,
|
| 684 |
+
"Kite": 155,
|
| 685 |
+
"Kiwi fruit": 275,
|
| 686 |
+
"Knife": 85,
|
| 687 |
+
"Ladder": 173,
|
| 688 |
+
"Lamp": 7,
|
| 689 |
+
"Lantern": 109,
|
| 690 |
+
"Laptop": 74,
|
| 691 |
+
"Leather Shoes": 23,
|
| 692 |
+
"Lemon": 136,
|
| 693 |
+
"Lettuce": 261,
|
| 694 |
+
"Lifesaver": 69,
|
| 695 |
+
"Lighter": 333,
|
| 696 |
+
"Lion": 325,
|
| 697 |
+
"Lipstick": 362,
|
| 698 |
+
"Lobster": 359,
|
| 699 |
+
"Luggage": 121,
|
| 700 |
+
"Machinery Vehicle": 110,
|
| 701 |
+
"Mango": 251,
|
| 702 |
+
"Marker": 171,
|
| 703 |
+
"Mask": 209,
|
| 704 |
+
"Meat ball": 314,
|
| 705 |
+
"Medal": 255,
|
| 706 |
+
"Megaphone": 259,
|
| 707 |
+
"Microphone": 32,
|
| 708 |
+
"Microwave": 164,
|
| 709 |
+
"Mirror": 80,
|
| 710 |
+
"Monitor/TV": 38,
|
| 711 |
+
"Monkey": 342,
|
| 712 |
+
"Mop": 336,
|
| 713 |
+
"Motorcycle": 59,
|
| 714 |
+
"Mouse": 116,
|
| 715 |
+
"Mushroom": 292,
|
| 716 |
+
"Napkin": 103,
|
| 717 |
+
"Necklace": 33,
|
| 718 |
+
"Nightstand": 122,
|
| 719 |
+
"Noddles": 351,
|
| 720 |
+
"None": 0,
|
| 721 |
+
"Notepaper": 282,
|
| 722 |
+
"Nuts": 267,
|
| 723 |
+
"Okra": 361,
|
| 724 |
+
"Onion": 217,
|
| 725 |
+
"Orange/Tangerine": 105,
|
| 726 |
+
"Other Balls": 157,
|
| 727 |
+
"Other Fish": 104,
|
| 728 |
+
"Other Shoes": 4,
|
| 729 |
+
"Oven": 135,
|
| 730 |
+
"Oyster": 354,
|
| 731 |
+
"Paddle": 87,
|
| 732 |
+
"Paint Brush": 198,
|
| 733 |
+
"Papaya": 318,
|
| 734 |
+
"Parking meter": 250,
|
| 735 |
+
"Parrot": 320,
|
| 736 |
+
"Pasta": 286,
|
| 737 |
+
"Peach": 237,
|
| 738 |
+
"Pear": 199,
|
| 739 |
+
"Pen/Pencil": 55,
|
| 740 |
+
"Pencil Case": 344,
|
| 741 |
+
"Penguin": 258,
|
| 742 |
+
"Pepper": 159,
|
| 743 |
+
"Person": 1,
|
| 744 |
+
"Piano": 143,
|
| 745 |
+
"Pickup Truck": 88,
|
| 746 |
+
"Picture/Frame": 17,
|
| 747 |
+
"Pie": 172,
|
| 748 |
+
"Pig": 301,
|
| 749 |
+
"Pigeon": 165,
|
| 750 |
+
"Pillow": 29,
|
| 751 |
+
"Pineapple": 247,
|
| 752 |
+
"Pizza": 144,
|
| 753 |
+
"Plate": 16,
|
| 754 |
+
"Pliers": 284,
|
| 755 |
+
"Plum": 272,
|
| 756 |
+
"Poker Card": 277,
|
| 757 |
+
"Pomegranate": 310,
|
| 758 |
+
"Pot": 96,
|
| 759 |
+
"Potato": 182,
|
| 760 |
+
"Potted Plant": 26,
|
| 761 |
+
"Power outlet": 81,
|
| 762 |
+
"Printer": 223,
|
| 763 |
+
"Projector": 219,
|
| 764 |
+
"Pumpkin": 118,
|
| 765 |
+
"Rabbit": 343,
|
| 766 |
+
"Radiator": 176,
|
| 767 |
+
"Radish": 337,
|
| 768 |
+
"Recorder": 295,
|
| 769 |
+
"Red Cabbage": 346,
|
| 770 |
+
"Refrigerator": 134,
|
| 771 |
+
"Remote": 133,
|
| 772 |
+
"Rice": 238,
|
| 773 |
+
"Rice Cooker": 315,
|
| 774 |
+
"Rickshaw": 273,
|
| 775 |
+
"Ring": 34,
|
| 776 |
+
"Router/modem": 276,
|
| 777 |
+
"SUV": 35,
|
| 778 |
+
"Sailboat": 73,
|
| 779 |
+
"Sandals": 52,
|
| 780 |
+
"Sandwich": 266,
|
| 781 |
+
"Sausage": 183,
|
| 782 |
+
"Saxophone": 225,
|
| 783 |
+
"Scale": 232,
|
| 784 |
+
"Scallop": 350,
|
| 785 |
+
"Scissors": 170,
|
| 786 |
+
"Scooter": 130,
|
| 787 |
+
"Screwdriver": 293,
|
| 788 |
+
"Seal": 321,
|
| 789 |
+
"Sheep": 100,
|
| 790 |
+
"Ship": 212,
|
| 791 |
+
"Shovel": 158,
|
| 792 |
+
"Showerhead": 302,
|
| 793 |
+
"Shrimp": 279,
|
| 794 |
+
"Side Table": 169,
|
| 795 |
+
"Sink": 82,
|
| 796 |
+
"Skateboard": 146,
|
| 797 |
+
"Skating and Skiing shoes": 149,
|
| 798 |
+
"Skiboard": 120,
|
| 799 |
+
"Slide": 215,
|
| 800 |
+
"Slippers": 46,
|
| 801 |
+
"Sneakers": 2,
|
| 802 |
+
"Snowboard": 174,
|
| 803 |
+
"Soap": 294,
|
| 804 |
+
"Soccer": 119,
|
| 805 |
+
"Speaker": 42,
|
| 806 |
+
"Speed Limit Sign": 268,
|
| 807 |
+
"Spoon": 94,
|
| 808 |
+
"Sports Car": 127,
|
| 809 |
+
"Spring Rolls": 341,
|
| 810 |
+
"Stapler": 307,
|
| 811 |
+
"Steak": 305,
|
| 812 |
+
"Stool": 48,
|
| 813 |
+
"Stop Sign": 128,
|
| 814 |
+
"Storage box": 21,
|
| 815 |
+
"Strawberry": 156,
|
| 816 |
+
"Street Lights": 12,
|
| 817 |
+
"Stroller": 131,
|
| 818 |
+
"Stuffed Toy": 71,
|
| 819 |
+
"Surfboard": 147,
|
| 820 |
+
"Surveillance Camera": 139,
|
| 821 |
+
"Sushi": 280,
|
| 822 |
+
"Swan": 263,
|
| 823 |
+
"Swing": 213,
|
| 824 |
+
"Table Tennis": 365,
|
| 825 |
+
"Table Tennis paddle": 355,
|
| 826 |
+
"Tablet": 244,
|
| 827 |
+
"Tape": 243,
|
| 828 |
+
"Tape Measure/Ruler": 300,
|
| 829 |
+
"Target": 339,
|
| 830 |
+
"Tea pot": 123,
|
| 831 |
+
"Telephone": 124,
|
| 832 |
+
"Tennis": 211,
|
| 833 |
+
"Tennis Racket": 205,
|
| 834 |
+
"Tent": 78,
|
| 835 |
+
"Tie": 44,
|
| 836 |
+
"Tissue": 226,
|
| 837 |
+
"Toaster": 278,
|
| 838 |
+
"Toilet": 154,
|
| 839 |
+
"Toilet Paper": 161,
|
| 840 |
+
"Toiletry": 106,
|
| 841 |
+
"Tomato": 108,
|
| 842 |
+
"Tong": 204,
|
| 843 |
+
"Toothbrush": 227,
|
| 844 |
+
"Towel": 70,
|
| 845 |
+
"Traffic Light": 41,
|
| 846 |
+
"Traffic Sign": 90,
|
| 847 |
+
"Traffic cone": 67,
|
| 848 |
+
"Train": 117,
|
| 849 |
+
"Trash bin Can": 45,
|
| 850 |
+
"Treadmill": 332,
|
| 851 |
+
"Tricycle": 184,
|
| 852 |
+
"Tripod": 92,
|
| 853 |
+
"Trolley": 125,
|
| 854 |
+
"Trombone": 271,
|
| 855 |
+
"Trophy": 233,
|
| 856 |
+
"Truck": 66,
|
| 857 |
+
"Trumpet": 246,
|
| 858 |
+
"Tuba": 316,
|
| 859 |
+
"Umbrella": 40,
|
| 860 |
+
"Urinal": 326,
|
| 861 |
+
"Van": 50,
|
| 862 |
+
"Vase": 31,
|
| 863 |
+
"Violin": 185,
|
| 864 |
+
"Volleyball": 240,
|
| 865 |
+
"Wallet/Purse": 239,
|
| 866 |
+
"Washing Machine/Drying Machine": 221,
|
| 867 |
+
"Watch": 43,
|
| 868 |
+
"Watermelon": 224,
|
| 869 |
+
"Wheelchair": 193,
|
| 870 |
+
"Wild Bird": 57,
|
| 871 |
+
"Wine Glass": 36,
|
| 872 |
+
"Yak": 345,
|
| 873 |
+
"Zebra": 179,
|
| 874 |
+
"earphone": 208
|
| 875 |
},
|
| 876 |
"mask_loss_coefficient": 1,
|
| 877 |
+
"max_position_embeddings": 2048,
|
| 878 |
"model_type": "deta",
|
| 879 |
"num_feature_levels": 5,
|
| 880 |
"num_queries": 900,
|