Skip to content

Commit 08fd746

Browse files
Steven Puttemansmshabunin
authored andcommitted
fix dnn_modern build (#1018)
1 parent ab63d35 commit 08fd746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dnn_modern/src/caffe_converter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void CaffeConverter_Impl::eval(const cv::InputArray image,
182182
const vector<tiny_dnn::float_t> vec(inputvec.begin(), inputvec.end());
183183

184184
// perform inderence
185-
auto result = net_->predict();
185+
auto result = net_->predict(vec);
186186

187187
// allocate output
188188
results->clear();

0 commit comments

Comments
 (0)