Skip to content

Commit 794f7da

Browse files
ielizWovchena
andauthored
Update demos/interactive_face_detection_demo/cpp/main.cpp
Co-authored-by: Zlobin Vladimir <[email protected]>
1 parent 2327eb3 commit 794f7da

File tree

1 file changed

+1
-1
lines changed
  • demos/interactive_face_detection_demo/cpp

1 file changed

+1
-1
lines changed

demos/interactive_face_detection_demo/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ int main(int argc, char *argv[]) {
173173

174174
Visualizer visualizer{frame.size()};
175175
if (FLAGS_show_emotion_bar && emotionsDetector.enabled()) {
176-
visualizer.enableEmotionBar(emotionsDetector.emotionsVec);
176+
visualizer.enableEmotionBar(emotionsDetector.emotionsVec);
177177
}
178178

179179
LazyVideoWriter videoWriter{FLAGS_o, FLAGS_fps > 0.0 ? FLAGS_fps : cap->fps(), FLAGS_lim};

0 commit comments

Comments
 (0)