From ad0bb6325c6d6bee2185538a5bde8ea1d6321256 Mon Sep 17 00:00:00 2001 From: o_opil Date: Fri, 23 Oct 2020 16:27:30 +0900 Subject: [PATCH] The first commit --- {s6_CNN_upperbound => CNN_upperbound}/__init__.py | 0 {s6_CNN_upperbound => CNN_upperbound}/config.py | 0 .../dataloaders_medical/__init__.py | 0 .../dataloaders_medical/common.py | 0 .../dataloaders_medical/dataset.py | 0 .../dataloaders_medical/dataset_CT_ORG.py | 0 .../dataloaders_medical/dataset_decathlon.py | 0 .../dataloaders_medical/prostate.py | 0 {s6_CNN_upperbound => CNN_upperbound}/models/__init__.py | 0 {s6_CNN_upperbound => CNN_upperbound}/models/decoder.py | 0 {s6_CNN_upperbound => CNN_upperbound}/models/encoder.py | 0 {s6_CNN_upperbound => CNN_upperbound}/models/nnutils.py | 0 {s6_CNN_upperbound => CNN_upperbound}/models/vgg.py | 0 {s6_CNN_upperbound => CNN_upperbound}/test.py | 0 {s6_CNN_upperbound => CNN_upperbound}/train.py | 0 {s6_CNN_upperbound => CNN_upperbound}/train_all.sh | 0 {s6_CNN_upperbound => CNN_upperbound}/train_all_cervix.sh | 0 {s6_CNN_upperbound => CNN_upperbound}/util/__init__.py | 0 {s6_CNN_upperbound => CNN_upperbound}/util/utils.py | 0 .../__init__.py | 0 .../config.py | 0 .../dataloaders_medical/__init__.py | 0 .../dataloaders_medical/common.py | 0 .../dataloaders_medical/dataset_CT_ORG.py | 0 .../dataloaders_medical/dataset_decathlon.py | 0 .../dataloaders_medical/decathlon.py | 0 .../dataloaders_medical/prostate.py | 0 .../models/__init__.py | 0 .../models/attention.py | 0 .../models/decoder.py | 0 .../models/encoder.py | 0 .../models/nnutils.py | 0 .../models/vgg.py | 0 .../test.py | 0 .../test/bcv_5shot_save_sample.sh | 0 .../test/bcv_bladder.sh | 0 .../test/ctorg_5shot.sh | 0 .../test/decathlon_5shot.sh | 0 .../test/summarize_test_results.py | 0 .../test_all.sh | 0 .../test_visual.py | 0 .../train.py | 0 .../train_all.sh | 0 .../train_and_test.sh | 0 .../train_bladder.sh | 0 .../util/__init__.py | 0 .../util/utils.py | 0 47 files changed, 0 insertions(+), 0 deletions(-) rename {s6_CNN_upperbound => CNN_upperbound}/__init__.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/config.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/dataloaders_medical/__init__.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/dataloaders_medical/common.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/dataloaders_medical/dataset.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/dataloaders_medical/dataset_CT_ORG.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/dataloaders_medical/dataset_decathlon.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/dataloaders_medical/prostate.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/models/__init__.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/models/decoder.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/models/encoder.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/models/nnutils.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/models/vgg.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/test.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/train.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/train_all.sh (100%) rename {s6_CNN_upperbound => CNN_upperbound}/train_all_cervix.sh (100%) rename {s6_CNN_upperbound => CNN_upperbound}/util/__init__.py (100%) rename {s6_CNN_upperbound => CNN_upperbound}/util/utils.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/__init__.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/config.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/dataloaders_medical/__init__.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/dataloaders_medical/common.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/dataloaders_medical/dataset_CT_ORG.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/dataloaders_medical/dataset_decathlon.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/dataloaders_medical/decathlon.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/dataloaders_medical/prostate.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/models/__init__.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/models/attention.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/models/decoder.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/models/encoder.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/models/nnutils.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/models/vgg.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test/bcv_5shot_save_sample.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test/bcv_bladder.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test/ctorg_5shot.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test/decathlon_5shot.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test/summarize_test_results.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test_all.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/test_visual.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/train.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/train_all.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/train_and_test.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/train_bladder.sh (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/util/__init__.py (100%) rename {s8_RelationNet_fewshot_multishot => RelationNet_fewshot_multishot}/util/utils.py (100%) diff --git a/s6_CNN_upperbound/__init__.py b/CNN_upperbound/__init__.py similarity index 100% rename from s6_CNN_upperbound/__init__.py rename to CNN_upperbound/__init__.py diff --git a/s6_CNN_upperbound/config.py b/CNN_upperbound/config.py similarity index 100% rename from s6_CNN_upperbound/config.py rename to CNN_upperbound/config.py diff --git a/s6_CNN_upperbound/dataloaders_medical/__init__.py b/CNN_upperbound/dataloaders_medical/__init__.py similarity index 100% rename from s6_CNN_upperbound/dataloaders_medical/__init__.py rename to CNN_upperbound/dataloaders_medical/__init__.py diff --git a/s6_CNN_upperbound/dataloaders_medical/common.py b/CNN_upperbound/dataloaders_medical/common.py similarity index 100% rename from s6_CNN_upperbound/dataloaders_medical/common.py rename to CNN_upperbound/dataloaders_medical/common.py diff --git a/s6_CNN_upperbound/dataloaders_medical/dataset.py b/CNN_upperbound/dataloaders_medical/dataset.py similarity index 100% rename from s6_CNN_upperbound/dataloaders_medical/dataset.py rename to CNN_upperbound/dataloaders_medical/dataset.py diff --git a/s6_CNN_upperbound/dataloaders_medical/dataset_CT_ORG.py b/CNN_upperbound/dataloaders_medical/dataset_CT_ORG.py similarity index 100% rename from s6_CNN_upperbound/dataloaders_medical/dataset_CT_ORG.py rename to CNN_upperbound/dataloaders_medical/dataset_CT_ORG.py diff --git a/s6_CNN_upperbound/dataloaders_medical/dataset_decathlon.py b/CNN_upperbound/dataloaders_medical/dataset_decathlon.py similarity index 100% rename from s6_CNN_upperbound/dataloaders_medical/dataset_decathlon.py rename to CNN_upperbound/dataloaders_medical/dataset_decathlon.py diff --git a/s6_CNN_upperbound/dataloaders_medical/prostate.py b/CNN_upperbound/dataloaders_medical/prostate.py similarity index 100% rename from s6_CNN_upperbound/dataloaders_medical/prostate.py rename to CNN_upperbound/dataloaders_medical/prostate.py diff --git a/s6_CNN_upperbound/models/__init__.py b/CNN_upperbound/models/__init__.py similarity index 100% rename from s6_CNN_upperbound/models/__init__.py rename to CNN_upperbound/models/__init__.py diff --git a/s6_CNN_upperbound/models/decoder.py b/CNN_upperbound/models/decoder.py similarity index 100% rename from s6_CNN_upperbound/models/decoder.py rename to CNN_upperbound/models/decoder.py diff --git a/s6_CNN_upperbound/models/encoder.py b/CNN_upperbound/models/encoder.py similarity index 100% rename from s6_CNN_upperbound/models/encoder.py rename to CNN_upperbound/models/encoder.py diff --git a/s6_CNN_upperbound/models/nnutils.py b/CNN_upperbound/models/nnutils.py similarity index 100% rename from s6_CNN_upperbound/models/nnutils.py rename to CNN_upperbound/models/nnutils.py diff --git a/s6_CNN_upperbound/models/vgg.py b/CNN_upperbound/models/vgg.py similarity index 100% rename from s6_CNN_upperbound/models/vgg.py rename to CNN_upperbound/models/vgg.py diff --git a/s6_CNN_upperbound/test.py b/CNN_upperbound/test.py similarity index 100% rename from s6_CNN_upperbound/test.py rename to CNN_upperbound/test.py diff --git a/s6_CNN_upperbound/train.py b/CNN_upperbound/train.py similarity index 100% rename from s6_CNN_upperbound/train.py rename to CNN_upperbound/train.py diff --git a/s6_CNN_upperbound/train_all.sh b/CNN_upperbound/train_all.sh similarity index 100% rename from s6_CNN_upperbound/train_all.sh rename to CNN_upperbound/train_all.sh diff --git a/s6_CNN_upperbound/train_all_cervix.sh b/CNN_upperbound/train_all_cervix.sh similarity index 100% rename from s6_CNN_upperbound/train_all_cervix.sh rename to CNN_upperbound/train_all_cervix.sh diff --git a/s6_CNN_upperbound/util/__init__.py b/CNN_upperbound/util/__init__.py similarity index 100% rename from s6_CNN_upperbound/util/__init__.py rename to CNN_upperbound/util/__init__.py diff --git a/s6_CNN_upperbound/util/utils.py b/CNN_upperbound/util/utils.py similarity index 100% rename from s6_CNN_upperbound/util/utils.py rename to CNN_upperbound/util/utils.py diff --git a/s8_RelationNet_fewshot_multishot/__init__.py b/RelationNet_fewshot_multishot/__init__.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/__init__.py rename to RelationNet_fewshot_multishot/__init__.py diff --git a/s8_RelationNet_fewshot_multishot/config.py b/RelationNet_fewshot_multishot/config.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/config.py rename to RelationNet_fewshot_multishot/config.py diff --git a/s8_RelationNet_fewshot_multishot/dataloaders_medical/__init__.py b/RelationNet_fewshot_multishot/dataloaders_medical/__init__.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/dataloaders_medical/__init__.py rename to RelationNet_fewshot_multishot/dataloaders_medical/__init__.py diff --git a/s8_RelationNet_fewshot_multishot/dataloaders_medical/common.py b/RelationNet_fewshot_multishot/dataloaders_medical/common.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/dataloaders_medical/common.py rename to RelationNet_fewshot_multishot/dataloaders_medical/common.py diff --git a/s8_RelationNet_fewshot_multishot/dataloaders_medical/dataset_CT_ORG.py b/RelationNet_fewshot_multishot/dataloaders_medical/dataset_CT_ORG.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/dataloaders_medical/dataset_CT_ORG.py rename to RelationNet_fewshot_multishot/dataloaders_medical/dataset_CT_ORG.py diff --git a/s8_RelationNet_fewshot_multishot/dataloaders_medical/dataset_decathlon.py b/RelationNet_fewshot_multishot/dataloaders_medical/dataset_decathlon.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/dataloaders_medical/dataset_decathlon.py rename to RelationNet_fewshot_multishot/dataloaders_medical/dataset_decathlon.py diff --git a/s8_RelationNet_fewshot_multishot/dataloaders_medical/decathlon.py b/RelationNet_fewshot_multishot/dataloaders_medical/decathlon.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/dataloaders_medical/decathlon.py rename to RelationNet_fewshot_multishot/dataloaders_medical/decathlon.py diff --git a/s8_RelationNet_fewshot_multishot/dataloaders_medical/prostate.py b/RelationNet_fewshot_multishot/dataloaders_medical/prostate.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/dataloaders_medical/prostate.py rename to RelationNet_fewshot_multishot/dataloaders_medical/prostate.py diff --git a/s8_RelationNet_fewshot_multishot/models/__init__.py b/RelationNet_fewshot_multishot/models/__init__.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/models/__init__.py rename to RelationNet_fewshot_multishot/models/__init__.py diff --git a/s8_RelationNet_fewshot_multishot/models/attention.py b/RelationNet_fewshot_multishot/models/attention.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/models/attention.py rename to RelationNet_fewshot_multishot/models/attention.py diff --git a/s8_RelationNet_fewshot_multishot/models/decoder.py b/RelationNet_fewshot_multishot/models/decoder.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/models/decoder.py rename to RelationNet_fewshot_multishot/models/decoder.py diff --git a/s8_RelationNet_fewshot_multishot/models/encoder.py b/RelationNet_fewshot_multishot/models/encoder.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/models/encoder.py rename to RelationNet_fewshot_multishot/models/encoder.py diff --git a/s8_RelationNet_fewshot_multishot/models/nnutils.py b/RelationNet_fewshot_multishot/models/nnutils.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/models/nnutils.py rename to RelationNet_fewshot_multishot/models/nnutils.py diff --git a/s8_RelationNet_fewshot_multishot/models/vgg.py b/RelationNet_fewshot_multishot/models/vgg.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/models/vgg.py rename to RelationNet_fewshot_multishot/models/vgg.py diff --git a/s8_RelationNet_fewshot_multishot/test.py b/RelationNet_fewshot_multishot/test.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/test.py rename to RelationNet_fewshot_multishot/test.py diff --git a/s8_RelationNet_fewshot_multishot/test/bcv_5shot_save_sample.sh b/RelationNet_fewshot_multishot/test/bcv_5shot_save_sample.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/test/bcv_5shot_save_sample.sh rename to RelationNet_fewshot_multishot/test/bcv_5shot_save_sample.sh diff --git a/s8_RelationNet_fewshot_multishot/test/bcv_bladder.sh b/RelationNet_fewshot_multishot/test/bcv_bladder.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/test/bcv_bladder.sh rename to RelationNet_fewshot_multishot/test/bcv_bladder.sh diff --git a/s8_RelationNet_fewshot_multishot/test/ctorg_5shot.sh b/RelationNet_fewshot_multishot/test/ctorg_5shot.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/test/ctorg_5shot.sh rename to RelationNet_fewshot_multishot/test/ctorg_5shot.sh diff --git a/s8_RelationNet_fewshot_multishot/test/decathlon_5shot.sh b/RelationNet_fewshot_multishot/test/decathlon_5shot.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/test/decathlon_5shot.sh rename to RelationNet_fewshot_multishot/test/decathlon_5shot.sh diff --git a/s8_RelationNet_fewshot_multishot/test/summarize_test_results.py b/RelationNet_fewshot_multishot/test/summarize_test_results.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/test/summarize_test_results.py rename to RelationNet_fewshot_multishot/test/summarize_test_results.py diff --git a/s8_RelationNet_fewshot_multishot/test_all.sh b/RelationNet_fewshot_multishot/test_all.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/test_all.sh rename to RelationNet_fewshot_multishot/test_all.sh diff --git a/s8_RelationNet_fewshot_multishot/test_visual.py b/RelationNet_fewshot_multishot/test_visual.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/test_visual.py rename to RelationNet_fewshot_multishot/test_visual.py diff --git a/s8_RelationNet_fewshot_multishot/train.py b/RelationNet_fewshot_multishot/train.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/train.py rename to RelationNet_fewshot_multishot/train.py diff --git a/s8_RelationNet_fewshot_multishot/train_all.sh b/RelationNet_fewshot_multishot/train_all.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/train_all.sh rename to RelationNet_fewshot_multishot/train_all.sh diff --git a/s8_RelationNet_fewshot_multishot/train_and_test.sh b/RelationNet_fewshot_multishot/train_and_test.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/train_and_test.sh rename to RelationNet_fewshot_multishot/train_and_test.sh diff --git a/s8_RelationNet_fewshot_multishot/train_bladder.sh b/RelationNet_fewshot_multishot/train_bladder.sh similarity index 100% rename from s8_RelationNet_fewshot_multishot/train_bladder.sh rename to RelationNet_fewshot_multishot/train_bladder.sh diff --git a/s8_RelationNet_fewshot_multishot/util/__init__.py b/RelationNet_fewshot_multishot/util/__init__.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/util/__init__.py rename to RelationNet_fewshot_multishot/util/__init__.py diff --git a/s8_RelationNet_fewshot_multishot/util/utils.py b/RelationNet_fewshot_multishot/util/utils.py similarity index 100% rename from s8_RelationNet_fewshot_multishot/util/utils.py rename to RelationNet_fewshot_multishot/util/utils.py