Update CNNRecognizer.cpp
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// Created by 庾金科 on 21/10/2017.
|
// Created by Jack Yu on 21/10/2017.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "../include/CNNRecognizer.h"
|
#include "../include/CNNRecognizer.h"
|
||||||
@@ -16,4 +16,4 @@ namespace pr{
|
|||||||
net.setInput(inputBlob,"data");
|
net.setInput(inputBlob,"data");
|
||||||
return net.forward();
|
return net.forward();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user