Update CNNRecognizer.cpp

master
Jack Yu 7 years ago committed by GitHub
parent 5ac81566ef
commit ca773abe1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();
}
}
}

Loading…
Cancel
Save