fastdup
fastdup copied to clipboard
[Bug]: Missing path in Duplicates Report and Outliers Report
What happened?
The paths in the duplicates and outlier reports are not visible.

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
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.
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?
