max-my
Results
2
comments of
max-my
> The error you're encountering is due to the fact that std::ofstream does not support std::wstring directly. Instead, it expects a const char* or std::string. To fix this, you need...
> Hi @max-my Could you please send this patch as PR to OpenVINO repo? Yes, I'd be happy to contribute the patch to the OpenVINO repository. I'll prepare the PR...