-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
58 lines (53 loc) · 872 Bytes
/
.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
57
58
# Avoid pushing some directories like virtual enviroments and other dirs
# And some private dirs
segment/
segmentation/
literature/
weights/
test image/
__pycache__/
.vscode/
brats23/
data/
runs/
configs/
test_scripts/
outputs/
SegResNet-runs/
SwinUNETR-runs/
research-contributions/
logger/
logger.log
test_model.py
# Avoid pushing some common extensions mentioned here...
*.pth
*.pdf
*.log
*.csv
*.pt
# training runs
AttentionUnet-runs/
ResUnetPlusPlus-runs/
research/
thesis/
todo.txt
# testing script custom architecture
test_custom_models.py
# test loss scripts
test_losses.py
data_visualization_notebook.ipynb
plot_utils.py
*.zip
thesis.zip
thesisv1/
download_synapse.py
.synapseCache/ # synapse dataset
RawData/
segres_net_runs/
paper_figs/
comparison_plots.py
ids_for_comparison.txt
figs/
overlay_images.py
# subplot_results.py
plot_subplot_each_version.py