configuration.json 476 B

123456789
  1. {
  2. "name": "Stump-based 24x24 discrete(?) adaboost frontal face detector",
  3. "description": "Created by Rainer Lienhart\n\nThis model downloads and uses a classifier from\nhttps://raw.githubusercontent.com/opencv/opencv/master/data/haarcascades/haarcascade_frontalface_default.xml\n\nPlease follow the link and read the prepended license before using this model in any of your projects.",
  4. "supports": [],
  5. "code": {
  6. "module": "Pipeline",
  7. "class": "Pipeline"
  8. }
  9. }