Sure @Morganh , I loaded so file with this script, but don’t know how to call the functions from that
from ctypes import CDLL
slibc = ‘libnvcv_bodypose2d.so’
hlibc = CDLL(slibc)
If you have information, pls help me on this
Sure @Morganh , I loaded so file with this script, but don’t know how to call the functions from that
from ctypes import CDLL
slibc = ‘libnvcv_bodypose2d.so’
hlibc = CDLL(slibc)
If you have information, pls help me on this