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
And the problem that I'm facing right now is that I have found the similar issue that have already mentioned in this:
OSError: /usr/lib/libedgetpu.so.1: undefined symbol: _ZN4absl19str_format_internal13FormatArgImpl8DispatchIPKcEEbNS2_4DataENS1_24FormatConversionSpecImplEPv
Exception ignored in: <function Delegate.del at 0x7fedbacb0>
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/tflite_runtime/interpreter.py", line 118, in del
if self._library is not None:
AttributeError: 'Delegate' object has no attribute '_library'
Since there is no example of delegating to a edgeTPU, and those *.so are present under /usr/lib/ for sure, I just don`t know what am I doing wrong?
I am building with kirkstone branch, customized with libedgeTPU updates.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply.
You say you've already solved it, but I'm guessing that there was probably a problem with the order of the libedgetpu compile options.
I think that it is the contents of the following patch file of the main branch.
Trying to reproduce the # example-object-tracker on a raspberrypi4 based on this layer...
And the problem that I'm facing right now is that I have found the similar issue that have already mentioned in this:
Since there is no example of delegating to a edgeTPU, and those *.so are present under /usr/lib/ for sure, I just don`t know what am I doing wrong?
I am building with kirkstone branch, customized with libedgeTPU updates.
The text was updated successfully, but these errors were encountered: