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

[Bug]: Missing path in Duplicates Report and Outliers Report #168

Open dnth opened 1 year ago

dnth commented 1 year ago

What happened?

The paths in the duplicates and outlier reports are not visible.

image

What did you expect to see?

Full image path in the report.

What version of fastdup were you runnning on?

0.922

What version of Python were you running on?

Python 3.10

Operating System

Ubuntu 22.04

Reproduction steps

Run the quick-dataset-analysis notebook.

Relevant log output

No response

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

dbickson commented 1 year ago

Hi @dnth I have deliberately removed the full path since it is common to all images and when there is a long absolute path it is hard to read the image name. I see that by mistake there is '/' appended at the start of the image which we should fix. If you think it is important we can add a flag for full path display namely avoiding this truncation.

dnth commented 1 year ago

I think omitting the full path is fine too since it will clutter the view. But let's also remove the path when the user views the stats_gallery?

image