dzulfiqarzaky / jviolajones

Automatically exported from code.google.com/p/jviolajones
0 stars 0 forks source link

how haarcascade_frontalface_alt2.xml is used in jviolajones project #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
 jviolajones is well open-source project based java. but now i encountered confusion, because instruct is different with haarcascade_frontalface_default.xml and haarcascade_frontalface_alt2.xml, Detector.java does not support this. is there a new way to support?

Original issue reported on code.google.com by sunyuan...@gmail.com on 29 Jul 2011 at 7:44

GoogleCodeExporter commented 8 years ago
Working on it.

Original comment by saimon...@gmail.com on 31 Jul 2011 at 4:41

GoogleCodeExporter commented 8 years ago
Ok, it should work now.

Original comment by saimon...@gmail.com on 31 Jul 2011 at 7:56

GoogleCodeExporter commented 8 years ago
thanks, seemingly soure code is inconsistent with jviolajones2.jar, i use 
source code with errors:
Failed at Stage 1
Failed at Stage 1
Failed at Stage 0
Failed at Stage 0
Failed at Stage 1
Failed at Stage 0
Failed at Stage 2
Failed at Stage 0
Failed at Stage 0
Failed at Stage 0
Failed at Stage 0
Failed at Stage 6
Failed at Stage 1
Failed at Stage 0
Failed at Stage 0
Failed at Stage 0
Failed at Stage 2
Failed at Stage 0
Failed at Stage 1
Failed at Stage 0
Failed at Stage 0
0 faces found!

but it works well with jviolajones2.jar.

Original comment by sunyuan...@gmail.com on 1 Aug 2011 at 7:59

GoogleCodeExporter commented 8 years ago
Sorry for that, I didn't commit the last changes.

The "failed at stage *" are not errors, that was just debug for testing.
It were the parameters which were not well tuned and made the detector detect 
no faces.

Original comment by saimon...@gmail.com on 1 Aug 2011 at 11:22

GoogleCodeExporter commented 8 years ago
it works well now, but here has inaccuracy with actual results, does it need to 
adjust the parameters to meet? thanks.

Original comment by sunyuan...@gmail.com on 1 Aug 2011 at 12:06