@@ -127,7 +127,7 @@ def get_input_files(args) -> List[str]:
print(f" Image files found: {image_count}")
print(f" Total image files to process: {len(input_files)}")
- return input_files
+ return sorted(list(set(str(f) for f in input_files)))
def convert_pruned_result_to_json(pruned_result: Dict[str, Any],
input_image_path: str,