Skip to content

Commit

Permalink
added trt_pose submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jul 21, 2021
1 parent d226683 commit 9199a7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
path = python/training/segmentation
url = https://github.com/dusty-nv/pytorch-segmentation
branch = master
[submodule "plugins/pose"]
path = plugins/pose
url = https://github.com/dusty-nv/trt_pose
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ if(BUILD_EXPERIMENTAL)
list(APPEND inferenceIncludes ${experimentalIncludes})
else()
message("-- BUILD_EXPERIMENTAL disabled")
file(GLOB pluginSources plugins/*.cpp plugins/*.cu)
file(GLOB pluginSources plugins/*.cpp plugins/*.cu plugins/pose/trt_pose/parse/*.cpp)
endif()

cuda_add_library(jetson-inference SHARED ${inferenceSources} ${pluginSources})

target_include_directories(jetson-inference PRIVATE ${PROJECT_SOURCE_DIR}/plugins/pose/trt_pose/parse)

# transfer all headers to the include directory
file(MAKE_DIRECTORY ${PROJECT_INCLUDE_DIR}/jetson-inference)
Expand Down
1 change: 1 addition & 0 deletions plugins/pose
Submodule pose added at 6fa5f5

0 comments on commit 9199a7b

Please sign in to comment.