Skip to content

Conversation

@jorpelae
Copy link

Fix for #1284

MediaPipe seems to fail to load assets from folders containing Japanese characters on Windows. After debugging the C++ side, couldn't find any obvious problem without going into MediaPipe itself.

As a workaround, I added a step to check if the asset path contains non-ASCII characters, and if this is the case, make a copy to a temporary path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

If the file path contains characters other than English, the camera will not function.

1 participant