|
618 | 618 | "scale_values": "58.395 57.12 57.375", |
619 | 619 | "license": "apache-2.0", |
620 | 620 | "license_link": "https://spdx.org/licenses/Apache-2.0.html" |
| 621 | + }, |
| 622 | + { |
| 623 | + "model_short_name": "maskrcnn_resnet50_fpn", |
| 624 | + "model_class_name": "torchvision.models.detection.maskrcnn_resnet50_fpn", |
| 625 | + "model_library": "torchvision", |
| 626 | + "model_full_name": "Mask R-CNN ResNet-50 FPN", |
| 627 | + "description": "Mask R-CNN with a ResNet-50-FPN backbone trained on COCO for object detection and instance segmentation", |
| 628 | + "docs": "https://docs.pytorch.org/vision/main/models/generated/torchvision.models.detection.maskrcnn_resnet50_fpn.html", |
| 629 | + "weights_url": "https://download.pytorch.org/models/maskrcnn_resnet50_fpn_coco-bf2d0c1e.pth", |
| 630 | + "input_shape": [1, 3, 800, 800], |
| 631 | + "input_names": ["image"], |
| 632 | + "output_names": ["boxes", "labels", "masks"], |
| 633 | + "model_params": null, |
| 634 | + "model_type": "MaskRCNN", |
| 635 | + "reverse_input_channels": true, |
| 636 | + "mean_values": "0 0 0", |
| 637 | + "scale_values": "255 255 255", |
| 638 | + "resize_type": "fit_to_window_letterbox", |
| 639 | + "pad_value": 0, |
| 640 | + "input_dtype": "u8", |
| 641 | + "confidence_threshold": 0.5, |
| 642 | + "postprocess_semantic_masks": true, |
| 643 | + "nms_execute": false, |
| 644 | + "iou_threshold": 0.5, |
| 645 | + "agnostic_nms": false, |
| 646 | + "nms_max_predictions": 200, |
| 647 | + "license": "bsd-3-clause", |
| 648 | + "license_link": "https://spdx.org/licenses/BSD-3-Clause.html", |
| 649 | + "labels": "COCO_V1" |
621 | 650 | } |
622 | 651 | ] |
623 | 652 | } |
0 commit comments