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
Hi, @karthickai .In CMakeLists.txt, it use find_library() and target_link_libraries() to link the static library to exe (am I right ?), why does it still need to copy dynamic librarry: tensorflowlite.dll and opencv_world455.dll to Release folder ?
The text was updated successfully, but these errors were encountered:
Hi, @karthickai .In CMakeLists.txt, it use
find_library()
andtarget_link_libraries()
to link the static library to exe (am I right ?), why does it still need to copy dynamic librarry:tensorflowlite.dll
andopencv_world455.dll
to Release folder ?The text was updated successfully, but these errors were encountered: