Created
August 15, 2018 02:17
-
-
Save jackytu256/c7d154df5f435b70b446ff5e6cd72024 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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