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
two tips:
firstly:
Check whether the input path of the function is correct.
ctypes.CDLL('/home/wyl/project/tensorrt/object_google_model/TRT_object_detection-master/lib/libflattenconcat.so')
I use the absolute path
secondly:
the'libflattenconcat.so' is different on pc and nano
the size is 74.7kb on nano while it is 70.3kb on pc
so ,you need to rebuild it.
Hi!
I have the same situations when I'm trying to run remotely using ssh (from win10).
I think, that the point is that in the jetson there are two files libflattenconcat.so.5 and libflattenconcat.so.6 and interpreter could not combine them remotely from win10. But I'm not a scpecialist in that area, so it's only my assumption.
Strangely, I am having this error when I try to run main.py on the Jetson-Nano. It main.py runs just fine on the PC.
Any suggestions would be very helpful. I am completely stuck because of this.!!!!
The text was updated successfully, but these errors were encountered: