We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2327eb3 commit 794f7daCopy full SHA for 794f7da
demos/interactive_face_detection_demo/cpp/main.cpp
@@ -173,7 +173,7 @@ int main(int argc, char *argv[]) {
173
174
Visualizer visualizer{frame.size()};
175
if (FLAGS_show_emotion_bar && emotionsDetector.enabled()) {
176
- visualizer.enableEmotionBar(emotionsDetector.emotionsVec);
+ visualizer.enableEmotionBar(emotionsDetector.emotionsVec);
177
}
178
179
LazyVideoWriter videoWriter{FLAGS_o, FLAGS_fps > 0.0 ? FLAGS_fps : cap->fps(), FLAGS_lim};
0 commit comments