qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Trained models in Tensorflow js #743

Open FahriBilici opened 3 years ago

FahriBilici commented 3 years ago

Hello i trained yolov3 with this repo and converted to tensorflow js format with using tensorflowjs_converter. But when model loading it throw "Error: Unknown layer: Lambda. This may be due to one of the following reasons:" as error. What should I do?