Update CNNRecognizer.cpp

This commit is contained in:
Jack Yu
2018-06-22 00:21:16 +08:00
committed by GitHub
parent 5ac81566ef
commit ca773abe1f
+2 -2
View File
@@ -1,5 +1,5 @@
//
// Created by 庾金科 on 21/10/2017.
// Created by Jack Yu on 21/10/2017.
//
#include "../include/CNNRecognizer.h"
@@ -16,4 +16,4 @@ namespace pr{
net.setInput(inputBlob,"data");
return net.forward();
}
}
}