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 4e894e9 commit deafc1bCopy full SHA for deafc1b
demos/face_detection_mtcnn_demo/cpp_gapi/main.cpp
@@ -206,7 +206,7 @@ int main(int argc, char* argv[]) {
206
FLAGS_d_o, // device specifier
207
}.cfgOutputLayers({"conv6-2", "conv6-3", "prob1"})
208
.cfgInputLayers({"data"});
209
- // clang-format off
+ // clang-format on
210
auto networks_mtcnn = cv::gapi::networks(mtcnnr_net, mtcnno_net);
211
212
// MTCNN Proposal detection network
0 commit comments