Skip to content

Commit 1fb9aae

Browse files
committed
[fix] integer_conv_weight=True for panoptic segmentation
1 parent 96158a0 commit 1fb9aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfgs/vision_model/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ panoptic_rcnn_R_101_FPN_3x:
3434
model_path_prefix: ${..model_root_path}
3535
cfg: "models/detectron2/configs/COCO-PanopticSegmentation/panoptic_fpn_R_101_3x.yaml"
3636
weights: "weights/detectron2/COCO-PanopticSegmentation/panoptic_fpn_R_101_3x/139514519/model_final_cafdb1.pkl"
37-
integer_conv_weight: False
37+
integer_conv_weight: True
3838
splits : "fpn"
3939

4040
jde_1088x608:

0 commit comments

Comments
 (0)