-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added necessary files for functionality of pose test, added cmake and…
… adjusted build so it would work
- Loading branch information
Showing
7 changed files
with
11,810 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#add_subdirectory(application) | ||
set(MNN_INCLUDE_DIR "${_THIRDPARTY_BUILD_DIR}/MNN/include") | ||
set(MNN_LIBRARY_DIR "${_THIRDPARTY_BUILD_DIR}/MNN/lib") | ||
include_directories(${MNN_INCLUDE_DIR}) | ||
set(MNN_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../MNN/include") | ||
FILE(GLOB MNN_LIBS "${MNN_LIBRARY_DIR}/*") | ||
add_executable(mnn_chunkprocess multiPose.cpp) | ||
target_link_libraries(mnn_chunkprocess PRIVATE ${MNN_LIBS}) | ||
include_directories(../include) | ||
include_directories(./imageHelper) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.