visual-layer / fastdup

fastdup is a powerful, free tool designed to rapidly generate valuable insights from image and video datasets. It helps enhance the quality of both images and labels, while significantly reducing data operation costs, all with unmatched scalability.
Other
1.59k stars 77 forks source link

[Feature Request]: Simplify fastdup.create #213

Closed dnth closed 1 year ago

dnth commented 1 year ago

Feature Name

Simplify fd.create

Feature Description

Would it be more intuitive to have only the input_dir as the required argument? Users can optionally pass in the work_dir if they prefer.

This would simplify the .create line from

fd = fastdup.create(work_dir="fastdup_work_dir/", input_dir="images/")

to

fd = fastdup.create(input_dir="images/")

Since there's only one input (the path to images) there's little room for mistakes and confusion between the input_dir and work_dir

I think this might improve user experience 😃

Contact Information [Optional]

No response

dbickson commented 1 year ago

Fixed in 1.11