jellyheadnadrew
commited on
Commit
•
0eb073a
1
Parent(s):
1809a5e
Upload pointrend_rcnn_R_50_FPN_3x_coco.yaml
Browse filesPointRend Config
Reference: https://github.com/facebookresearch/detectron2/tree/main/projects/PointRend
pointrend_rcnn_R_50_FPN_3x_coco.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
_BASE_: Base-PointRend-RCNN-FPN.yaml
|
2 |
+
MODEL:
|
3 |
+
WEIGHTS: detectron2://ImageNetPretrained/MSRA/R-50.pkl
|
4 |
+
RESNETS:
|
5 |
+
DEPTH: 50
|
6 |
+
SOLVER:
|
7 |
+
STEPS: (210000, 250000)
|
8 |
+
MAX_ITER: 270000
|
9 |
+
# To add COCO AP evaluation against the higher-quality LVIS annotations.
|
10 |
+
# DATASETS:
|
11 |
+
# TEST: ("coco_2017_val", "lvis_v0.5_val_cocofied")
|
12 |
+
|