changed gitignore to ignore the outputs of the detectree2 prediction as it works properly now
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
.DS_Store
|
2 |
detectree2/data/
|
3 |
-
detectree2/models/
|
|
|
|
1 |
.DS_Store
|
2 |
detectree2/data/
|
3 |
+
detectree2/models/
|
4 |
+
detectree2/predictions/train_outputs
|