I cannot figure out how to make the model run as a library which I can import for my task instead of running it as a cli command. There are too many dependencies associated with loading data to the model. Is it possible to just use the model with an input image directly as a library by opening it with opencv's imread?
Looking forward to anyone who can answer. This model is brilliant and runs extremely fast.
Thanks for your question, actually, Kornia invited us to integrate in their library, I haven't have time, but hopefully he are going to integrate the LCD-B3 there. We'll let you know.
I cannot figure out how to make the model run as a library which I can import for my task instead of running it as a cli command. There are too many dependencies associated with loading data to the model. Is it possible to just use the model with an input image directly as a library by opening it with opencv's
imread
?Looking forward to anyone who can answer. This model is brilliant and runs extremely fast.