Skip to content

Instantly share code, notes, and snippets.

@jackytu256
Created August 15, 2018 02:17
Show Gist options
  • Save jackytu256/c7d154df5f435b70b446ff5e6cd72024 to your computer and use it in GitHub Desktop.
Save jackytu256/c7d154df5f435b70b446ff5e6cd72024 to your computer and use it in GitHub Desktop.
class infer{
public:
infer();
std::vector<float> results(cv::Mat);
private:
preprocessing(cv::Mat);
loadModel(const std::string& prototx, const std::string caffemodel)));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment