From 81cac2fa46cb8e5c4b9dc24a85e7cfe46d26eb3a Mon Sep 17 00:00:00 2001 From: Kai Yao <32786645+Kaiseem@users.noreply.github.com> Date: Thu, 25 May 2023 15:46:48 +0800 Subject: [PATCH] debug0525 --- .idea/.gitignore | 3 +++ .idea/PointNu-Net.iml | 12 ++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ configs/consep_notype_large.yaml | 1 + configs/consep_notype_middle.yaml | 1 + configs/consep_notype_tiny.yaml | 1 + configs/consep_type_large.yaml | 1 + configs/consep_type_middle.yaml | 1 + configs/consep_type_tiny.yaml | 1 + configs/kumar_notype_large.yaml | 1 + configs/kumar_resnet.yaml | 1 + configs/kumar_resnext101dcn.yaml | 1 + configs/kumar_swin.yaml | 1 + configs/monuseg.yaml | 2 ++ configs/pannuke_resnext101dcn.yaml | 1 + 17 files changed, 49 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/PointNu-Net.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/PointNu-Net.iml b/.idea/PointNu-Net.iml new file mode 100644 index 0000000..8b8c395 --- /dev/null +++ b/.idea/PointNu-Net.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..8d94209 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..c3ef00a --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/configs/consep_notype_large.yaml b/configs/consep_notype_large.yaml index ec4eeb7..0e5e55b 100644 --- a/configs/consep_notype_large.yaml +++ b/configs/consep_notype_large.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 kernel_size: 1 num_classes: 2 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/consep_notype_middle.yaml b/configs/consep_notype_middle.yaml index a7fecdd..92c9cb7 100644 --- a/configs/consep_notype_middle.yaml +++ b/configs/consep_notype_middle.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 4 kernel_size: 1 num_classes: 2 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/consep_notype_tiny.yaml b/configs/consep_notype_tiny.yaml index 6ce0ae2..a02c32a 100644 --- a/configs/consep_notype_tiny.yaml +++ b/configs/consep_notype_tiny.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 4 kernel_size: 1 num_classes: 2 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/consep_type_large.yaml b/configs/consep_type_large.yaml index 754de5d..7a2ebcf 100644 --- a/configs/consep_type_large.yaml +++ b/configs/consep_type_large.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 kernel_size: 1 num_classes: 5 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/consep_type_middle.yaml b/configs/consep_type_middle.yaml index 55eb906..677b983 100644 --- a/configs/consep_type_middle.yaml +++ b/configs/consep_type_middle.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 4 kernel_size: 1 num_classes: 5 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/consep_type_tiny.yaml b/configs/consep_type_tiny.yaml index 3000256..f60e1f5 100644 --- a/configs/consep_type_tiny.yaml +++ b/configs/consep_type_tiny.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 4 kernel_size: 1 num_classes: 5 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/kumar_notype_large.yaml b/configs/kumar_notype_large.yaml index b04f4e7..ba1b65b 100644 --- a/configs/kumar_notype_large.yaml +++ b/configs/kumar_notype_large.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 kernel_size: 1 num_classes: 2 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/kumar_resnet.yaml b/configs/kumar_resnet.yaml index 18951f9..25d3a7d 100644 --- a/configs/kumar_resnet.yaml +++ b/configs/kumar_resnet.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 kernel_size: 1 num_classes: 2 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/kumar_resnext101dcn.yaml b/configs/kumar_resnext101dcn.yaml index c089f9e..2d89f75 100644 --- a/configs/kumar_resnext101dcn.yaml +++ b/configs/kumar_resnext101dcn.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 kernel_size: 1 num_classes: 2 + output_stride: 4 train: diff --git a/configs/kumar_swin.yaml b/configs/kumar_swin.yaml index aa23adf..72cabac 100644 --- a/configs/kumar_swin.yaml +++ b/configs/kumar_swin.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 kernel_size: 1 num_classes: 2 + output_stride: 4 train: max_epoch: 100 # maximum number of training iterations diff --git a/configs/monuseg.yaml b/configs/monuseg.yaml index 681bffe..d0885e5 100644 --- a/configs/monuseg.yaml +++ b/configs/monuseg.yaml @@ -20,6 +20,8 @@ model: ins_out_channels: 256 stacked_convs: 7 num_classes: 2 + kernel_size: 1 + output_stride: 4 train: diff --git a/configs/pannuke_resnext101dcn.yaml b/configs/pannuke_resnext101dcn.yaml index 61b837c..79cff29 100644 --- a/configs/pannuke_resnext101dcn.yaml +++ b/configs/pannuke_resnext101dcn.yaml @@ -21,6 +21,7 @@ model: stacked_convs: 7 num_classes: 6 kernel_size: 1 + output_stride: 4 train: