PureHing / face-mask-detection-tf2

A face mask detection using ssd with simplified Mobilenet and RFB or Pelee in Tensorflow 2.1. Training on your own dataset. Can be converted to kmodel and run on the edge device of k210
MIT License
74 stars 23 forks source link

Required values #20

Open saswat0 opened 3 years ago

saswat0 commented 3 years ago

What are x_scale, y_scale, width_scale, height_scale values? Also, what is the number of bounding boxes?

PureHing commented 3 years ago

@saswat0 sorry,Is there a more detailed description? All about anchor boxes are in this file

saswat0 commented 3 years ago

x_scale is the scaling in x-axis, and so on Does the variable num_box_fm_cell mention the number of bounding boxes?