Skip to content

Commit b0b0575

Browse files
authored
Merge pull request #5 from RKJenamani/patch-1
Update README.md to include troubleshooting step for face_detection
2 parents db08d80 + c57e91a commit b0b0575

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ The model files will need to be downloaded by running `ada_demos/feeding/bash_sc
141141
#### Compilation Troubleshooting
142142

143143
* **DLIB_NO_GUI_SUPPORT**: If you get this error when building `face_detection`: un-comment the `#define` statement in `/usr/include/dlib/config.h`.
144+
* `/usr/include/dlib/opencv/cv_image.h:37:29: error: conversion from ‘const cv::Mat’ to non-scalar type ‘IplImage’ {aka ‘_IplImage’} requested
145+
37 | IplImage temp = img;`: If you get this error when building 'face_detection': replace line 37 in `/usr/include/dlib/opencv/cv_image.h` with `IplImage temp = cvIplImage(img);`
144146

145147
##### Additional workspace notes
146148
- There are some repositories that have `ada` in their name but are out of date! Only the repositories in the rosinstall above should be required.

0 commit comments

Comments
 (0)