From 32dd89caead0dff1c8f23c3535cd357f814bb9a9 Mon Sep 17 00:00:00 2001 From: Constantin Wenger <constantin.wenger@googlemail.com> Date: Thu, 13 Jun 2019 11:12:44 +0000 Subject: [PATCH] fixed some things and made hash generation and image download parallel also added set icon download (it needs the sets.json from scryfall in data dir) --- .gitignore | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index deb3dcc..65f0ade 100644 --- a/.gitignore +++ b/.gitignore @@ -2,13 +2,20 @@ *.dSYM *.csv *.out +*.so mnist/ +caffe/ +grasp/ images/ opencv/ +out/ convnet/ decaf/ submission/ -cnn +backup/ +build/darknet/* +!build/darknet/YoloWrapper.cs +.fuse* # OS Generated # .DS_Store* @@ -16,3 +23,10 @@ Icon? Thumbs.db *.swp + +# CMake # +cmake-build-debug/ +CMakeLists.txt + +.idea/ +__pycache__/ -- Gitblit v1.10.0