-
Notifications
You must be signed in to change notification settings - Fork 1
dlib_install
Moscowsky Anton edited this page Mar 31, 2021
·
7 revisions
Dlib provides impressive functionality for image processing, primarily with trainable approaches. The following functionality is available in this package:
- Face recognition attribute FaceDlib
1. Choose directory for source
cd
mkdir Lib
cd Lib
2. Clone repository from github
git clone https://github.com/davisking/dlib
3. Tell the package to use dlib
In file CMakeLists.txt of extended_object_detection replace line
set(DLib OFF)
with
set(DLib ON)
Also in line
add_subdirectory(/home/anton/Lib/dlib dlib_build)
Check the path is correct. It must match the path to which was chosen in paragraph 1.
4. Rebuild project
cd catkin_ws
catkin_make
or
cd catkin_ws
catkin build extended_object_detection
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting