SergioSanchezMontesUAM
commited on
Commit
•
2c99560
1
Parent(s):
577f298
Update .gitignore datasets dir (#1577)
Browse files- .gitignore +5 -0
.gitignore
CHANGED
@@ -40,6 +40,11 @@ pycocotools/*
|
|
40 |
results*.txt
|
41 |
gcp_test*.sh
|
42 |
|
|
|
|
|
|
|
|
|
|
|
43 |
# MATLAB GitIgnore -----------------------------------------------------------------------------------------------------
|
44 |
*.m~
|
45 |
*.mat
|
|
|
40 |
results*.txt
|
41 |
gcp_test*.sh
|
42 |
|
43 |
+
# Datasets -------------------------------------------------------------------------------------------------------------
|
44 |
+
coco/
|
45 |
+
coco128/
|
46 |
+
VOC/
|
47 |
+
|
48 |
# MATLAB GitIgnore -----------------------------------------------------------------------------------------------------
|
49 |
*.m~
|
50 |
*.mat
|