Skip to content

Instantly share code, notes, and snippets.

@doleron
Last active January 23, 2022 11:47
Show Gist options
  • Select an option

  • Save doleron/eab947f364ceb3f1e24a6995078de629 to your computer and use it in GitHub Desktop.

Select an option

Save doleron/eab947f364ceb3f1e24a6995078de629 to your computer and use it in GitHub Desktop.
C++ calling model
std::vector<cv::Mat> predictions;
net.forward(predictions, net.getUnconnectedOutLayersNames());
const cv::Mat &output = predictions[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment