Removes quick execution
This commit is contained in:
@@ -113,7 +113,7 @@ bool DescriptorManager::createMutations() {
|
|||||||
int z = 0;
|
int z = 0;
|
||||||
for (fs::directory_iterator itr(img_path); itr != end_itr; ++itr) {
|
for (fs::directory_iterator itr(img_path); itr != end_itr; ++itr) {
|
||||||
fs::path mutPath(mutationBase / itr->path().filename().generic_string());
|
fs::path mutPath(mutationBase / itr->path().filename().generic_string());
|
||||||
if (z++ > 50) break; //for quick execution
|
//if (z++ > 50) break; //for quick execution
|
||||||
//if (fs::exists(mutPath)) continue; //already exists
|
//if (fs::exists(mutPath)) continue; //already exists
|
||||||
if (!itr->path().has_extension()) continue; //skip directories
|
if (!itr->path().has_extension()) continue; //skip directories
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user