diff --git a/main.cpp b/main.cpp index bb7047e..b54973c 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,6 @@ #include #include +#include #include static constexpr char OUTPUT_DIR[] = "./out"; @@ -48,6 +49,11 @@ int main(int argc, char** argv) return 1; } + std::random_shuffle(images.begin(), images.end()); + + for(const std::filesystem::path& path : images) + std::cout<<"Found: "<