Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
souhhmm committed Dec 30, 2024
1 parent 0b064c3 commit 9991dfa
Show file tree
Hide file tree
Showing 5 changed files with 2,130 additions and 4,153 deletions.
2 changes: 1 addition & 1 deletion models/palm_detection_mediapipe/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ set(OPENCV_INSTALLATION_PATH "" CACHE PATH "Where to look for OpenCV installatio
find_package(OpenCV ${OPENCV_VERSION} REQUIRED HINTS ${OPENCV_INSTALLATION_PATH})

add_executable(demo demo.cpp)
target_link_libraries(demo ${OpenCV_LIBS})
target_link_libraries(demo ${OpenCV_LIBS})
Loading

0 comments on commit 9991dfa

Please sign in to comment.