Skip to content

Commit

Permalink
Update opentera-webrtc (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux authored Jan 16, 2024
1 parent cab1c55 commit 5f71959
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
12 changes: 6 additions & 6 deletions face_cropping/src/TorchFaceDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ SmallYunet025Silu160FaceDetector::SmallYunet025Silu160FaceDetector(bool useGpuIf
useGpuIfAvailable,
160,
160,
0.3,
0.2,
0.3,
getPackagePath() + MODEL_SUBPATH)
{
Expand All @@ -138,7 +138,7 @@ SmallYunet025Silu320FaceDetector::SmallYunet025Silu320FaceDetector(bool useGpuIf
useGpuIfAvailable,
320,
320,
0.4,
0.3,
0.3,
getPackagePath() + MODEL_SUBPATH)
{
Expand All @@ -149,7 +149,7 @@ SmallYunet025Silu640FaceDetector::SmallYunet025Silu640FaceDetector(bool useGpuIf
useGpuIfAvailable,
640,
640,
0.4,
0.3,
0.3,
getPackagePath() + MODEL_SUBPATH)
{
Expand All @@ -161,7 +161,7 @@ SmallYunet05Silu160FaceDetector::SmallYunet05Silu160FaceDetector(bool useGpuIfAv
useGpuIfAvailable,
160,
160,
0.4,
0.3,
0.3,
getPackagePath() + MODEL_SUBPATH)
{
Expand All @@ -172,7 +172,7 @@ SmallYunet05Silu320FaceDetector::SmallYunet05Silu320FaceDetector(bool useGpuIfAv
useGpuIfAvailable,
320,
320,
0.4,
0.3,
0.3,
getPackagePath() + MODEL_SUBPATH)
{
Expand All @@ -183,7 +183,7 @@ SmallYunet05Silu640FaceDetector::SmallYunet05Silu640FaceDetector(bool useGpuIfAv
useGpuIfAvailable,
640,
640,
0.4,
0.3,
0.3,
getPackagePath() + MODEL_SUBPATH)
{
Expand Down
14 changes: 0 additions & 14 deletions opentera_webrtc_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ set(OPENTERA_WEBRTC_NATIVE_CLIENT_PYTHON_VERSION "${OPENTERA_WEBRTC_ROS_PYTHON_V
add_subdirectory(opentera-webrtc)

catkin_package(
INCLUDE_DIRS
${webrtc_native_INCLUDE}
${boringssl_INCLUDE}
${CMAKE_CURRENT_SOURCE_DIR}/opentera-webrtc/opentera-webrtc-native-client/OpenteraWebrtcNativeClient/include
${CMAKE_CURRENT_SOURCE_DIR}/opentera-webrtc/opentera-webrtc-native-client/3rdParty
${CMAKE_CURRENT_SOURCE_DIR}/opentera-webrtc/opentera-webrtc-native-client/3rdParty/json/include
${CMAKE_CURRENT_SOURCE_DIR}/opentera-webrtc/opentera-webrtc-native-client/3rdParty/cpp-httplib
LIBRARIES
opencv_core
opencv_imgproc
OpenteraWebrtcNativeClient
OpenteraWebrtcNativeGStreamer
${webrtc_native_LIBRARY}
${boringssl_LIBRARY}
CATKIN_DEPENDS message_runtime
)

Expand Down

0 comments on commit 5f71959

Please sign in to comment.