mirror of https://github.com/AlexeyAB/darknet.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
316 B
39 lines
316 B
*.o |
|
*.a |
|
*.dSYM |
|
*.csv |
|
*.out |
|
*.png |
|
*.so |
|
*.exe |
|
*.dll |
|
mnist/ |
|
data/ |
|
caffe/ |
|
grasp/ |
|
images/ |
|
opencv/ |
|
convnet/ |
|
decaf/ |
|
submission/ |
|
cfg/ |
|
build/darknet/* |
|
build_*/ |
|
!build/darknet/YoloWrapper.cs |
|
.fuse* |
|
*.weights |
|
|
|
# OS Generated # |
|
.DS_Store* |
|
ehthumbs.db |
|
Icon? |
|
Thumbs.db |
|
*.swp |
|
|
|
# IDE generated # |
|
.vs/ |
|
.vscode/ |
|
|
|
lib/ |
|
include/ |
|
share/
|
|
|