Searched refs:GetResourceFilePath (Results 1 – 4 of 4) sorted by relevance
15 static string GetResourceFilePath(const string& filename) in GetResourceFilePath() function35 string file_path = GetResourceFilePath("ssd_mobilenet_v1.tflite");54 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);83 string file_path = GetResourceFilePath("yolo_v3_tiny_darknet_fp32.tflite");104 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
10 static std::string GetResourceFilePath(const std::string& filename) in GetResourceFilePath() function36 options.m_ModelFilePath = GetResourceFilePath("ssd_mobilenet_v1.tflite");44 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
73 static std::string GetResourceFilePath(std::string filename) in GetResourceFilePath() function113 cv::Mat frame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
12 static std::string GetResourceFilePath(const std::string& filename) in GetResourceFilePath() function175 options.m_ModelFilePath = GetResourceFilePath("ds_cnn_clustered_int8.tflite");