From 6943e6eea0eee1ccf3ee9034699b6a94f334b003 Mon Sep 17 00:00:00 2001
From: Constantin Wenger <constantin.wenger@googlemail.com>
Date: Tue, 01 Feb 2022 11:38:21 +0000
Subject: [PATCH] added option to load from streams added option to set crop x and crop y added option to set percentage a card must take up added ability to scroll detected cards list with o and p added ability to remove topmost shown detected card with u

---
 .gitignore |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index fd44ca2..65f0ade 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,18 +2,19 @@
 *.dSYM
 *.csv
 *.out
-*.png
+*.so
 mnist/
-data/
 caffe/
 grasp/
 images/
 opencv/
+out/
 convnet/
 decaf/
 submission/
-cfg/
-darknet
+backup/
+build/darknet/*
+!build/darknet/YoloWrapper.cs
 .fuse*
 
 # OS Generated #
@@ -22,3 +23,10 @@
 Icon?
 Thumbs.db
 *.swp
+
+# CMake #
+cmake-build-debug/
+CMakeLists.txt
+
+.idea/
+__pycache__/

--
Gitblit v1.10.0