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.6k stars 77 forks source link

Grayscale image fails when getting image shape #121

Closed dbickson closed 1 year ago

dbickson commented 1 year ago

not enough values to unpack (expected 3, got 2)

fastdup/image.py in create_triplet_img at line 296 h1, w1, c1 = img1.shape

dbickson commented 1 year ago

Fixed in 0.906