We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3146556 commit d0bdde8Copy full SHA for d0bdde8
RUN.md
@@ -26,6 +26,7 @@ The main function of fastdup is `run`. It works by extracting short feature vect
26
- A remote folder (s3 or minio starting with minio://)
27
- A file containing absolute filenames each on its own row
28
- A python list with absolute filenames
29
+ - yolov5 yaml input file containing train and test folders (single folder supported for now)
30
We support jpg, jpeg, tiff, tif, giff, png, mp4, avi. In addition we support tar, tar.gz, tgz and zip files containing images.
31
If you have other image extensions that are readable by opencv imread() you can give them in a file and then we do not check for the
32
known extnsions.
0 commit comments