-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (38 loc) · 763 Bytes
/
.gitignore
File metadata and controls
51 lines (38 loc) · 763 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
43
44
45
46
47
48
49
# Add file data types or folders here that should not be uploaded.
# the input data (will be shared somewhere else)
data
# ignore visualization
**/visualization
# no compatibility matirx
**/CompatibilityMatrix
# no regions matrix (too large)
**/RegionsMatrix
# no cm matrix somewhere else
*.mat
# ignore images
**LinesDetection/*.png
**/MotifSegmentation/Motif/*.png
**/MotifSegmentation/Lines/*.png
# except the lines segmentation maps!
#!/MotifSegmentation/Lines/*.png
# output files!
output/*
output_*/
# pycache
**/__pycache__/**
# personal scripts to copy/upload stuff
**/*_lucap.sh
# macOS system files
.DS_Store
# Conda env
.conda
# Marco
seg
.ipynb_checkpoints
*.ipynb
# stuff
runs/
derech_results/
detectors/
yolov5/best.pt
yolov8n-seg.pt