Commit 06147003 authored by Davis King's avatar Davis King

Fixed --cluster not working with relative paths.

parent 4eb84487
......@@ -139,8 +139,8 @@ int cluster_dataset(
image_dataset_metadata::dataset data;
set_current_dir(get_parent_directory(file(parser[0])));
image_dataset_metadata::load_image_dataset_metadata(data, parser[0]);
set_current_dir(get_parent_directory(file(parser[0])));
const double aspect_ratio = mean_aspect_ratio(data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment