mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
python(test): tests filtering
This commit is contained in:
@@ -59,4 +59,7 @@ class peopledetect_test(NewOpenCVTests):
|
||||
if intersectionRate(found_rect, testPeople[j][0]) > eps or intersectionRate(found_rect, testPeople[j][1]) > eps:
|
||||
matches += 1
|
||||
|
||||
self.assertGreater(matches, 0)
|
||||
self.assertGreater(matches, 0)
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user