JJN123 / Fall-Detection

Non-invasive Fall Detection with Keras and Tensorflow
148 stars 48 forks source link

Is 3D convolutional autoencoder model code correct? #5

Closed droiter closed 4 years ago

droiter commented 4 years ago

How come DSTCAE_C3D model replaced by dummy_3d?

    model, model_name, model_type = DSTCAE_C3D(img_width, img_height, win_len)
    model, model_name, model_type = dummy_3d(img_width, img_height, win_len)  --?
JJN123 commented 4 years ago

You are right, the second line was for debugging, and should be removed; I will make this change.