babak-abad
babak-abad
I train the model on 300x60 images for character localization but I stop train manually. The loss of xy, wh were less than 2. Now I test the model using...
Hi, Serizba :) I'm trying to use your library in windows 10 x64 machine in VS2019 C++. I want to inference my model for **batch of images** ( **vector <...
After starting the program I got this error: The application was unable to start correctly (0xc000007b). Click OK to close the application.  I also downloaded onnx library from (https://github.com/microsoft/onnxruntime/releases/download/v1.18.0/onnxruntime-win-x64-1.18.0.zip)...
ImportError: cannot import name '_io' from partially initialized module 'imgviz' (most likely due to a circular import) how can I fix this problem?