Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,10 +26,10 @@ models = [
|
|
| 26 |
"name": "Instance Segmentation",
|
| 27 |
"config_file": "COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml",
|
| 28 |
},
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
{
|
| 34 |
"name": "Custom Model",
|
| 35 |
"config_file": "COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml",
|
|
|
|
| 26 |
"name": "Instance Segmentation",
|
| 27 |
"config_file": "COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml",
|
| 28 |
},
|
| 29 |
+
{
|
| 30 |
+
"name": "Panoptic Segmentation",
|
| 31 |
+
"config_file": "COCO-Detection/faster_rcnn_R_50_FPN_3x.yaml",
|
| 32 |
+
},
|
| 33 |
{
|
| 34 |
"name": "Custom Model",
|
| 35 |
"config_file": "COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml",
|