Hello i trained yolov3 model in keras and converted into tfjs format like your models. But when I replaced your v3 model files with mine demo is not opening. what should I do? It throw the error in below.
Error: Unknown layer: Lambda. This may be due to one of the following reasons:
The layer is defined in Python, in which case it needs to be ported to TensorFlow.js or your JavaScript code.
The custom layer is defined in JavaScript, but is not registered properly with tf.serialization.registerClass().
at new t (tf-layers.esm.js:41)
at deserializeKerasObject (tf-layers.esm.js:41)
at deserialize (tf-layers.esm.js:41)
at o (tf-layers.esm.js:41)
at t.fromConfig (tf-layers.esm.js:41)
at deserializeKerasObject (tf-layers.esm.js:41)
at deserialize (tf-layers.esm.js:41)
at eval (tf-layers.esm.js:41)
at eval (tf-layers.esm.js:41)
at Object.eval [as next] (tf-layers.esm.js:41)
Hello i trained yolov3 model in keras and converted into tfjs format like your models. But when I replaced your v3 model files with mine demo is not opening. what should I do? It throw the error in below. Error: Unknown layer: Lambda. This may be due to one of the following reasons: