-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (33 loc) · 853 Bytes
/
.gitignore
File metadata and controls
42 lines (33 loc) · 853 Bytes
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
# Ignore Python compiled files
*.pyc
*.pyo
*.pyd
__pycache__
# Ignore log files
*.log
# Ignore pth files
*.pth
# Ignore all the files in result
result/*
# Ignore all the files in config/my_test_config
config/my_test_config/*
config/my_test_data/*
# Ignore all the comparison methods
comparison_methods
# Ignore result_analysis code
result_analysis
# Ignore abnormal analysis code
MedLAM_abnormal_Inference.py
MedSAM_Inference_total.py
# Ignore data_process code
data_process/FLARE23_transfer_label.py
data_process/Create_file_ls.py
data_process/transfer_nndet_result.py
data_process/Cal_Totalseg_val.py
data_process/FLARE23_transfer_label.py
data_process/Stoca_Totalseg_val.py
data_process/file_to_organs.json
data_process/totalseg_class_list.json
data_process/Totalseg_transfer_label.py
# Ignore nnDet_WPL_Inference code
nnDet_WPL_Inference.py