mangaruu commited on
Commit
93021e6
·
1 Parent(s): 08c5770

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- # "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",
 
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",