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

[Feature Request] Add `matplotlib` as dependency #149

Closed dnth closed 1 year ago

dnth commented 1 year ago

Running fd.vis.stats_gallery(metric='dark') requires matplotlib to be installed.

Can we include matplotlib as one of the dependencies of fastdup?

image

dbickson commented 1 year ago

Thanks @dnth for reporting it was some stale code, I have removed it will be fixed in 0.919. We try not to depend on matplotlib as it is a big dependency which needs multipe other deps and has multiple backends which often collide with other install packages.