Hello all,
I started to work on OCR models, I’m working edge devices to enable real-time data processing. So I have few questions related to it.
Consider if I have a model which was built using Pytorch which developed using python3, once after its training, we will have output with an extension, .pt.Since I’m dealing with edge devices, I must use C for faster processing, and for better control on Embedded Devices, so will I be able to use Pytorch output with C, where post processing and pre processing will dealt within C?
If anyone have some references might be helpful.
Pytorch has an API to support C++, if that’s what you need.