You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we added OpenCV to Pyodide. While testing OpenCV, I was able to run Pytorch neural network (converted to ONNX) in Pyodide using OpenCV DNN modules, though it is inference only and of course very slow (no GPU).
I would like to share some ideas about it, which also include some examples of handling images and dealing with the file system.