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

Update galleries.py #271

Closed guy-singer closed 1 year ago

guy-singer commented 1 year ago

fixed small bug in find_label function

dbickson commented 1 year ago

@guy-singer please explain?

guy-singer commented 1 year ago

In the find_label function, where a call is made to generate caption, the "get_func_name" argument is needed.

This was missing inside this branch for some reason, but exists in the clip14 branch.

Gallery captioning will throw an error and fail to execute without this patch.

dbickson commented 1 year ago

merged manually