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

inference on video or camera is not working #6

Closed millermuttu closed 4 years ago

millermuttu commented 4 years ago

I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 Dimensions must be equal, but are 52960 and 4420 for 'mul_1' (op: 'Mul') with input shapes: [52960,2], [4420,2].

i am getting this error while running inference on camera.

PureHing commented 4 years ago

please verify your input image size for priors anchors and camera resolution.