a | b/.gitignore | ||
---|---|---|---|
1 | .vscode |
||
2 | *.png |
||
3 | /adpkd_segmentation.egg-info/ |
||
4 | *.dcm |
||
5 | *.npy |
||
6 | *.pth |
||
7 | *.swp |
||
8 | *test.py |
||
9 | test/ |
||
10 | *.json |
||
11 | tb_logs/ |
||
12 | /data/data_config.py |
||
13 | __pycache__/ |
||
14 | /experiments/ |
||
15 | /adpkd_segmentation/inference/test/ |
||
16 | /checkpoints/ |
||
17 | /old_requirements/ |
||
18 | *.csv |