From 1b7a1a0f33538c9544ad4bf693b4a4247a5548b8 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 28 May 2018 16:02:05 +0000 Subject: [PATCH] Fixed top-coordinate output when -ext_output is used for video --- .gitignore | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index da9802e..bbfed65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,21 @@ *.o *.dSYM *.csv +*.out +*.png +*.so +mnist/ +data/ +caffe/ +grasp/ images/ opencv/ -cnn +convnet/ +decaf/ +submission/ +cfg/ +darknet +.fuse* # OS Generated # .DS_Store* @@ -11,3 +23,7 @@ Icon? Thumbs.db *.swp + +# CMake # +cmake-build-debug/ +CMakeLists.txt -- Gitblit v1.10.0