Skip to content

Commit d276807

Browse files
committed
[fix] integer_conv_weight=False
1 parent 1fb9aae commit d276807

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cfgs/vision_model/default.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@ faster_rcnn_R_50_FPN_3x:
66
model_path_prefix: ${..model_root_path}
77
cfg: "models/detectron2/configs/COCO-Detection/faster_rcnn_R_50_FPN_3x.yaml"
88
weights: "weights/detectron2/COCO-Detection/faster_rcnn_R_50_FPN_3x/137849458/model_final_280758.pkl"
9-
integer_conv_weight: True
9+
integer_conv_weight: False
1010
splits : "r2" #, "c2" or "fpn"
1111

1212
faster_rcnn_X_101_32x8d_FPN_3x:
1313
model_path_prefix: ${..model_root_path}
1414
cfg: "models/detectron2/configs/COCO-Detection/faster_rcnn_X_101_32x8d_FPN_3x.yaml"
1515
weights: "weights/detectron2/COCO-Detection/faster_rcnn_X_101_32x8d_FPN_3x/139173657/model_final_68b088.pkl"
16-
integer_conv_weight: True
16+
integer_conv_weight: False
1717
splits : "fpn" #, "c2" or "r2"
1818

1919
mask_rcnn_R_50_FPN_3x:
2020
model_path_prefix: ${..model_root_path}
2121
cfg: "models/detectron2/configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml"
2222
weights: "weights/detectron2/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x/137849600/model_final_f10217.pkl"
23-
integer_conv_weight: True
23+
integer_conv_weight: False
2424
splits : "r2" #, "c2" or "fpn"
2525

2626
mask_rcnn_X_101_32x8d_FPN_3x:
2727
model_path_prefix: ${..model_root_path}
2828
cfg: "models/detectron2/configs/COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml"
2929
weights: "weights/detectron2/COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x/139653917/model_final_2d9806.pkl"
30-
integer_conv_weight: True
30+
integer_conv_weight: False
3131
splits : "fpn" #, "c2" or "r2"
3232

3333
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: True
37+
integer_conv_weight: False
3838
splits : "fpn"
3939

4040
jde_1088x608:
4141
model_path_prefix: ${..model_root_path}
4242
cfg: "models/Towards-Realtime-MOT/cfg/yolov3_1088x608.cfg"
4343
weights: "weights/jde/jde.1088x608.uncertainty.pt"
44-
integer_conv_weight: True
44+
integer_conv_weight: False
4545
iou_thres: 0.5
4646
conf_thres: 0.5
4747
nms_thres: 0.4

0 commit comments

Comments
 (0)