Spaces:
Sleeping
Sleeping
Update configs/detectron2/mask_rcnn_X_101_32x8d_FPN_3x.yaml
Browse files
configs/detectron2/mask_rcnn_X_101_32x8d_FPN_3x.yaml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
_BASE_: "
|
2 |
MODEL:
|
3 |
MASK_ON: True
|
4 |
WEIGHTS: "detectron2://ImageNetPretrained/FAIR/X-101-32x8d.pkl"
|
|
|
1 |
+
_BASE_: "./Base-RCNN-FPN.yaml"
|
2 |
MODEL:
|
3 |
MASK_ON: True
|
4 |
WEIGHTS: "detectron2://ImageNetPretrained/FAIR/X-101-32x8d.pkl"
|