Spaces:
Runtime error
Runtime error
Commit ·
b062f71
1
Parent(s): 0a216c0
Update .gitignore to allow model files
Browse files- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
compare/data/cvat_project_7_export/*
|
| 3 |
compare/data/cvat_project_7_export/.DS_Store
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# Visualization outputs
|
| 6 |
visualization_output/*
|
| 7 |
|
|
|
|
| 2 |
compare/data/cvat_project_7_export/*
|
| 3 |
compare/data/cvat_project_7_export/.DS_Store
|
| 4 |
|
| 5 |
+
!best_catmus.pt
|
| 6 |
+
!best_emanuskript_segmentation.pt
|
| 7 |
+
!best_zone_detection.pt
|
| 8 |
+
|
| 9 |
# Visualization outputs
|
| 10 |
visualization_output/*
|
| 11 |
|