goruck / smart-zoneminder

Fast object detection, face recognition and S3 upload of ZoneMinder alarms.
MIT License
179 stars 38 forks source link

person-class crashing #72

Open HadassaMenucha opened 1 year ago

HadassaMenucha commented 1 year ago

First of all the idea is really amazing. I downloaded your code, and trying to run it. but it seems to not work, In the create_model function: base_model = tf.keras.applications.mobilenet_v2.MobileNetV2(weights='imagenet', include_top=False, pooling='avg', input_shape=(224,224,3))

Unable to open file (file signature not found) when I tried manually to go to : http://storage.googleapis.com/tensorflow/keras-applications/mobilenet_v2/mobilenet_v2_weights_tf_dim_ordering_tf_kernels_1_192_no_top.h5

I saw : image

Can you help?