Closed siperz closed 1 year ago
@siperz I have not tried this myself, but can you try to use quotes around the caculator name in node_options? We don't do this internally but this might be a requirement for your toolchain.
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.
This issue was closed due to lack of activity after being marked stale for past 7 days.
OS Platform and Distribution
Linux mint
Compiler version
gcc/g++ 10
Programming Language and version
Python
Installed using virtualenv? pip? Conda?(if python)
No response
MediaPipe version
No response
Bazel version
No response
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
I am trying to build a binary file to create a custom solution. However, when attempting to construct the graph, I encounter a specific issue with the node containing the TfLiteTensorsToClassificationCalculator calculator. I have tried building only this node in isolation, but the same error persists. It's worth noting that I have attempted a similar approach with the TfLiteTensorsToDetectionsCalculator node, which is used in the object detection graph, and I have not encountered this issue. Does anyone have any idea what might be causing this problem? I would appreciate any guidance or solutions you can provide.
Complete Logs