-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to tensorflowjs #12
Comments
Hi. Glad to hear that. Do you want ckpt files? |
Yes, it would be very helpful. Thanks a lot @geonm |
No problem. 😄 I will share ckpt files after checking the code ASAP. |
I added ckpt files. (For now, only M-LSD 512 large model is uploaded) Please refer to https://github.com/navervision/mlsd/tree/master/ckpt_models/M-LSD_512_large If you want to check the code that converts the ckpt files into a tflite model, please refer to https://github.com/navervision/mlsd#how-to-convert-ckpt-models-to-tflite-models |
big thanks @geonm |
sorry for bothering you again @geonm . I've tested the converted tensorflowjs model and it seems that the response time is not good enough for my real-time application. Could you please also upload the tiny with lower resolution model version? Thanks a lot. |
Of course, I can provide all ckpt files. However, my computing server used in this project will not be available until next Monday (10/25/2021 KST) due to internal circumstances. Is it urgent? BTW, what was the FPS of your application with M-LSD 512 large? With desktop CPU, M-LSD 512 large (ckpt file) was fast enough for me. NOTE: In this repository, I coded easy-to-use demo using only tflite models. |
Next Monday is fine. Thank you @geonm |
hi, any update on this @geonm? |
I got the machine and now I'm testing. |
I added all ckpt files. M-LSD 512 large, M-LSD 320 large Please refer to https://github.com/navervision/mlsd/tree/master/ckpt_models If you want to check the code that converts the ckpt files into a tflite model, please refer to https://github.com/navervision/mlsd#how-to-convert-ckpt-models-to-tflite-models @dongngm Could you make your tensorflow JS codes public? It will be very helpful to anyone new to tensorflow JS with M-LSD. |
thanks @geonm |
Hello @dongngm I am trying to convert the model to tenserflowjs but it's not working Thank you. |
Hi,
Thanks for your great work.
Could you please upload the saved model/keras model so that it could be converted to tensorflowjs model? I am working on a web application.
Thank you in advance.
The text was updated successfully, but these errors were encountered: