yeephycho / tensorflow-face-detection

A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Apache License 2.0
768 stars 264 forks source link

How did you modified the anchor settings? #29

Closed zhanghengdev closed 6 years ago

zhanghengdev commented 6 years ago

SSD anchor settings by default is:

      ssd_anchor_generator {
        num_layers: 6
        min_scale: 0.2
        max_scale: 0.95
        aspect_ratios: 1.0
        aspect_ratios: 2.0
        aspect_ratios: 0.5
        aspect_ratios: 3.0
        aspect_ratios: 0.3333
      }

Could you tell me how did you modify them to fit the face detection?

yeephycho commented 6 years ago

default is ok~