Add hand recogniser tester
This commit is contained in:
@@ -3,7 +3,8 @@ from GestureRecognition.SimpleHandRecogniser import SimpleHandRecogniser
|
|||||||
|
|
||||||
class TestSimpleHandRecogniser(unittest.TestCase):
|
class TestSimpleHandRecogniser(unittest.TestCase):
|
||||||
|
|
||||||
|
def test_5_digits(self):
|
||||||
|
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.image_path = "H:\car\GestureRecognition\IMG_0818.png"
|
self.image_path = "H:\car\GestureRecognition\IMG_0818.png"
|
||||||
|
|||||||
Reference in New Issue
Block a user