Skip to content

Commit 2a24369

Browse files
authored
Apply suggestions from code review
1 parent 22c6bbc commit 2a24369

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

demos/interactive_face_detection_demo/cpp/visualizer.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
#include "detectors.hpp"
1818
#include "face.hpp"
1919

20-
// -------------------------Generic routines for visualization of detection
21-
// results-------------------------------------------------
20+
// Generic routines for visualization of detection results
2221

2322
// Drawing a bar of emotions
2423
class EmotionBarVisualizer {

demos/mask_rcnn_demo/cpp/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* @example mask_rcnn_demo/main.cpp
99
*/
1010

11-
1211
#include <stddef.h>
1312

1413
#include <algorithm>

0 commit comments

Comments
 (0)