Spaces:
Runtime error
Runtime error
lkeab
commited on
Commit
•
67eeaaa
1
Parent(s):
cf315d3
update app
Browse files
app.py
CHANGED
@@ -22,7 +22,6 @@ from detectron2.data import MetadataCatalog
|
|
22 |
|
23 |
model_name='./configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x_4gpu_transfiner.yaml'
|
24 |
|
25 |
-
# model = model_zoo.get(model_name, trained=True)
|
26 |
|
27 |
cfg = get_cfg()
|
28 |
# add project-specific config (e.g., TensorMask) here if you're not running a model in detectron2's core library
|
|
|
22 |
|
23 |
model_name='./configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x_4gpu_transfiner.yaml'
|
24 |
|
|
|
25 |
|
26 |
cfg = get_cfg()
|
27 |
# add project-specific config (e.g., TensorMask) here if you're not running a model in detectron2's core library
|