Results 1 to 3 of 3
Thread: Face Dections CTS
- 04-28-2011, 08:51 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 1
- Rep Power
- 0
Face Dections CTS
public void testFindFaces() throws Exception {
long waitMsec = 5000;
Thread.sleep(waitMsec);
assertTrue(mActivity.getDetectedFaces().size() == 5);
}
Then when I run the CTS for face detection test, I get
junit.framework.AssertionFailedError at android.media.cts.FaceDetectorTest.testFindFaces(F aceDetectorTest.java:68)
there are 5 faces in the test pic, however only 4 faces are detected.
Can anyone help me out to find a fix for this
-
Your assertTrue came out false (because only 4 faces found) thats why you get the AssetionFailedError. Not sure how anyone here can help you improve your face detection to find the 5th face.
- 09-17-2011, 10:40 AM #3
Member
- Join Date
- Sep 2011
- Posts
- 1
- Rep Power
- 0
Similar Threads
-
Solr- New face of Search
By petermatilda in forum Java SoftwareReplies: 1Last Post: 08-30-2010, 07:05 PM -
face problem to read data from microsoft access
By chyeeqi in forum New To JavaReplies: 7Last Post: 08-21-2009, 02:08 PM -
Add Java Server Face Fragment in JSP with JAVA
By fabio.beoni in forum New To JavaReplies: 0Last Post: 02-05-2009, 01:14 PM -
Basic Face Application
By adam87 in forum New To JavaReplies: 6Last Post: 03-14-2008, 07:21 PM
Bookmarks