Dickson Neoh
Dickson Neoh
## Motivation Improve the readability of the repo by correcting typos. ## Modification Only the Readme.md file is modified. ## Checklist **Before PR**: - [ ] Pre-commit or other linting...
Currently `fd.summary` produces text form summary of the issues found. Would it be more intuitive to have a visual form summary included? Maybe include charts to visualize the portion of...
### What happened? I tried pip installing fastdup on macOS and it could not be installed. ### What did you expect to see? Successful installation. ### What version of fastdup...
### Feature Name Native DICOM image support ### Feature Description Images in medical datasets are usually stored in .dcm format which includes other metadata. To get pixel values from .dcm...
### Feature Name Run fastdup using CLI ### Feature Description It would be cool if we can run fastdup in CLI. For example ```shell fastdup run -i "path-to-images/" fastdup run...
### What happened?  ### What did you expect to see? The bounding box should be drawn. ### What version of fastdup were you runnning on? 1.27 ### What version...
### 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...
I see that there is a provided MNIST image classification example in the repo. I was wondering if we could extend this to cover object detection tasks.
As a user, I want to be able to get the descriptions, stats and exploration link, without downloading the entire dataset at this moment. Follows the torch convention.