Searched refs:paths_to_fetch (Results 1 – 1 of 1) sorted by relevance
64 std::vector<std::string> paths_to_fetch; in GetInputImagesAndAnnotations() local73 paths_to_fetch.push_back(image_path.ToString()); in GetInputImagesAndAnnotations()77 std::sort(paths_to_fetch.begin(), paths_to_fetch.end()); in GetInputImagesAndAnnotations()79 for (const auto &image_file : paths_to_fetch) { in GetInputImagesAndAnnotations()