string input and flir test

This commit is contained in:
mbosi
2019-09-14 19:03:13 +02:00
parent 041968f38a
commit 8c629ebe7b
14 changed files with 1198 additions and 608 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
namespace tk { namespace dnn {
Dense::Dense(Network *net, int out_ch, const char* fname_weights) :
Dense::Dense(Network *net, int out_ch, std::string fname_weights) :
LayerWgs(net, net->getOutputDim().tot(), out_ch, 1, 1, 1, fname_weights) {
output_dim.n = 1;