Commit
·
37dafd4
1
Parent(s):
fcc7f0d
Use pre-trained
Browse files
maskal_ws/build/maskal.yaml
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
# training-parameters
|
2 |
-
### Network Parameters
|
3 |
-
### Standard
|
4 |
-
# network_config: COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml
|
5 |
-
# pretrained_weights: COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml
|
6 |
classes: ['person', 'roboone']
|
7 |
# train-sampler
|
8 |
minority_classes: ['person', 'roboone']
|
@@ -55,6 +51,7 @@ mcd_iterations: 10
|
|
55 |
iou_thres: 0.5
|
56 |
auto_annotate: True
|
57 |
export_format: labelme
|
|
|
58 |
### Light-weight
|
59 |
network_config: COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
|
60 |
-
pretrained_weights:
|
|
|
1 |
# training-parameters
|
|
|
|
|
|
|
|
|
2 |
classes: ['person', 'roboone']
|
3 |
# train-sampler
|
4 |
minority_classes: ['person', 'roboone']
|
|
|
51 |
iou_thres: 0.5
|
52 |
auto_annotate: True
|
53 |
export_format: labelme
|
54 |
+
### Network Parameters
|
55 |
### Light-weight
|
56 |
network_config: COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
|
57 |
+
pretrained_weights: /home/nyx/lib/roboone_auto_dataset/maskal_ws/weights/exp1/uncertainty/model_final.pth
|
maskal_ws/config/network.yaml
CHANGED
@@ -4,5 +4,9 @@
|
|
4 |
# pretrained_weights: COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml
|
5 |
|
6 |
### Light-weight
|
|
|
|
|
|
|
|
|
7 |
network_config: COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
|
8 |
-
pretrained_weights:
|
|
|
4 |
# pretrained_weights: COCO-InstanceSegmentation/mask_rcnn_X_101_32x8d_FPN_3x.yaml
|
5 |
|
6 |
### Light-weight
|
7 |
+
# network_config: COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
|
8 |
+
# pretrained_weights: COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
|
9 |
+
|
10 |
+
### Pre-trained
|
11 |
network_config: COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml
|
12 |
+
pretrained_weights: /home/nyx/lib/roboone_auto_dataset/maskal_ws/weights/exp1/uncertainty/model_final.pth
|