|
// metaData->boxes.push_back(data::Box(x, y, x + w, y + h, 0.9, 0));
|
|
// metaData->boxes.push_back(data::Box(x, y, x + w, y + h, 0.9, 0));
|
|
- auto res = model_->forward(tensor::cvimg(image), image.cols, image.rows, 0.0f, 0.0f);;
|
|
|
|
|
|
+ // auto res = model_->forward(tensor::cvimg(image), image.cols, image.rows, 0.0f, 0.0f);
|