-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
59 lines (45 loc) · 2.9 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
1_creating_triplets/CRC_dataset/1_code_triplet_CRC/.idea/
1_creating_triplets/CRC_dataset/1_code_triplet_CRC/__pycache__/
1_creating_triplets/CRC_dataset/1_code_triplet_CRC/venv/
1_creating_triplets/CRC_dataset/1_code_triplet_CRC/.vscode/
1_creating_triplets/CRC_dataset/2_code_notTriplet_CRC/.idea/
1_creating_triplets/CRC_dataset/2_code_notTriplet_CRC/__pycache__/
1_creating_triplets/CRC_dataset/2_code_notTriplet_CRC/venv/
1_creating_triplets/CRC_dataset/2_code_notTriplet_CRC/.vscode/
1_creating_triplets/TCGA_dataset/1_TripletAddressTiles/.idea/
1_creating_triplets/TCGA_dataset/1_TripletAddressTiles/__pycache__/
1_creating_triplets/TCGA_dataset/1_TripletAddressTiles/venv/
1_creating_triplets/TCGA_dataset/1_TripletAddressTiles/.vscode/
1_creating_triplets/TCGA_dataset/2_TfRecordGeneration (old)/.idea/
1_creating_triplets/TCGA_dataset/2_TfRecordGeneration (old)/__pycache__/
1_creating_triplets/TCGA_dataset/2_TfRecordGeneration (old)/venv/
1_creating_triplets/TCGA_dataset/2_TfRecordGeneration (old)/.vscode/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_npy/.idea/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_npy/__pycache__/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_npy/venv/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_npy/.vscode/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_tfrecords/.idea/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_tfrecords/__pycache__/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_tfrecords/venv/
1_creating_triplets/TCGA_dataset/3_CreateTriplets_tfrecords/.vscode/
1_creating_triplets/TCGA_dataset/4_code_triplet_TCGA_from_already_csv (create trplet from 20x images)/.idea/
1_creating_triplets/TCGA_dataset/4_code_triplet_TCGA_from_already_csv (create trplet from 20x images)/__pycache__/
1_creating_triplets/TCGA_dataset/4_code_triplet_TCGA_from_already_csv (create trplet from 20x images)/venv/
1_creating_triplets/TCGA_dataset/4_code_triplet_TCGA_from_already_csv (create trplet from 20x images)/.vscode/
1_creating_triplets/TCGA_dataset/4_TripletsFromWSI (create trplet from 20x images)/.vscode/
1_creating_triplets/TCGA_dataset/5_code_triplet_TCGA_from_scratch (not complete)/.idea/
1_creating_triplets/TCGA_dataset/5_code_triplet_TCGA_from_scratch (not complete)/__pycache__/
1_creating_triplets/TCGA_dataset/5_code_triplet_TCGA_from_scratch (not complete)/venv/
1_creating_triplets/TCGA_dataset/5_code_triplet_TCGA_from_scratch (not complete)/.vscode/
2_Siamese_TCGA_Source_CRC_Target/.idea/
2_Siamese_TCGA_Source_CRC_Target/__pycache__/
2_Siamese_TCGA_Source_CRC_Target/venv/
2_Siamese_TCGA_Source_CRC_Target/.vscode/
3_Siamese_CRC_Source_CRC_Target/.idea/
3_Siamese_CRC_Source_CRC_Target/__pycache__/
3_Siamese_CRC_Source_CRC_Target/venv/
3_Siamese_CRC_Source_CRC_Target/.vscode/
4_Supervised_Crossentropy_ResNet_CRC/.idea/
4_Supervised_Crossentropy_ResNet_CRC/__pycache__/
4_Supervised_Crossentropy_ResNet_CRC/venv/
4_Supervised_Crossentropy_ResNet_CRC/.vscode/