fastdup icon indicating copy to clipboard operation
fastdup copied to clipboard

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

Open dnth opened this issue 2 years ago • 2 comments
trafficstars

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

dnth avatar Apr 26 '23 05:04 dnth

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.

dbickson avatar Apr 26 '23 15:04 dbickson

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

dnth avatar May 09 '23 08:05 dnth