File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ train_model.py:
5757 detectron2_config_file : ../../detectron2_config_dqry.yaml # path relative to the working_folder
5858 model_weights :
5959 model_zoo_checkpoint_url : COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml
60- init_model_weights : False
6160
6261# Object detection with the optimised trained model
6362make_detections.py :
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ train_model.py:
4545 detectron2_config_file : ' ../detectron2_config_GE.yaml' # path relative to the working_folder
4646 model_weights :
4747 model_zoo_checkpoint_url : " COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml"
48- init_model_weights : False
4948
5049make_detections.py :
5150 working_directory : output_GE
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ train_model.py:
5050 detectron2_config_file : ' ../detectron2_config_NE.yaml' # path relative to the working_folder
5151 model_weights :
5252 model_zoo_checkpoint_url : " COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_1x.yaml"
53- init_model_weights : False
5453
5554make_detections.py :
5655 working_directory : output_NE
@@ -84,4 +83,4 @@ assess_detections.py:
8483 tst : tst_detections_at_0dot05_threshold.gpkg
8584 oth : oth_detections_at_0dot05_threshold.gpkg
8685 output_folder : .
87- metrics_method : micro-average # 1: macro-average ; 3: macro-weighted-average ; 2: micro-average
86+ metrics_method : micro-average # 1: macro-average ; 3: macro-weighted-average ; 2: micro-average
You can’t perform that action at this time.
0 commit comments