You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,8 @@ The model files will need to be downloaded by running `ada_demos/feeding/bash_sc
141
141
#### Compilation Troubleshooting
142
142
143
143
***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);`
144
146
145
147
##### Additional workspace notes
146
148
- 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