visual-layer / fastdup

fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data operations costs at an unparalleled scale.
Other
1.56k stars 76 forks source link

fix: allow Path instances to be added to input_file list #188

Closed markus-stoll closed 1 year ago

markus-stoll commented 1 year ago

Bug: The current implementation of utils:expand_list_to_files(...) does not handle non-string (pathlib.Path) entries in the file_list. Consequently, such entries are skipped without being processed.

Fix: To handle non-string entries in the file_list, we have updated utils:expand_list_to_files(...) to support also Path instances

fixes #187