Skip to content

Instantly share code, notes, and snippets.

View jackytu256's full-sized avatar

jackytu256

  • Emotibot
  • Taipei
View GitHub Profile
class infer{
public:
infer();
std::vector<float> results(cv::Mat);
private:
preprocessing(cv::Mat);
loadModel(const std::string& prototx, const std::string caffemodel)));
};