From a055821b732f748524680d08ffbcef5cbef25713 Mon Sep 17 00:00:00 2001 From: Edmond Yoo <hj3yoo@uwaterloo.ca> Date: Mon, 17 Sep 2018 06:43:16 +0000 Subject: [PATCH] Fine-tuning opencv --- README.md | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb7c54..82829c7 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,16 @@ I've made a quick openCV algorithm to extract cards from the image, and it works decently well: -<img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_5.png" width="360"> +<img src="https://github.com/hj3yoo/darknet/blob/master/figures/4_detection_result_5.jpg" width="360"> At the moment, it's fairly limited - the entire card must be shown without obstruction nor cropping, otherwise it won't detect at all. -Unfortunately, there is very little use case for my trained network in this algorithm. It's just using contour detection and perceptual hashing to match the card. \ No newline at end of file +Unfortunately, there is very little use case for my trained network in this algorithm. It's just using contour detection and perceptual hashing to match the card. + + +## Sept 16th, 2018 +-------------------- + +I've tweaked the openCV algorithm from yesterday and ran for a demo: + +https://www.youtube.com/watch?v=BZkRZDyhMRE&feature=youtu.be \ No newline at end of file -- Gitblit v1.10.0