From f856f6e7f1fd0a11244527b266c1fd47334fb5f3 Mon Sep 17 00:00:00 2001
From: Edmond Yoo <hj3yoo@uwaterloo.ca>
Date: Sun, 16 Sep 2018 01:54:09 +0000
Subject: [PATCH] 10-class model for card detection

---
 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index b06be71..5cd003a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
 grasp/
 images/
 opencv/
+out/
 convnet/
 decaf/
 submission/
@@ -28,4 +29,4 @@
 cmake-build-debug/
 CMakeLists.txt
 
-yolo.weights
+*.weights

--
Gitblit v1.10.0