Discussions

Ask a Question
ANSWERED

Newer Python Versions

Will newer Python versions (e.g. Python 3.11 and 3.12) be supported any time soon?

Analyzing Object Detection Dataset raise an error

first, the data frame that presented in the example is not with the correct columns img_filename vs filename or bbox_x vs col_x and more.

Does fastdup support quicktime video (.mov)?

In the folder to scan, together with some photos coming from different iPhones, I have a bunch of .mov files (again, videos coming from iPhones). When I run() fastdup, I get a warning about zip files being present in the folders to examine. I don't have any zip or tar or any other form of compressed files in my folders. Is this error being triggered by the movs?

Change graph threshold after run was completed

Hi, first of all thanks for such a great tool, i've enjoyed using it so far.

Does FastDup upoad any image data or metadata to the cloud to process its results?

Hi,

Erorr when using Minio storage

Please help me with this issue

Adding AWS Lambda tutorial to Documentation.

Hello. I've been using fastdup for months and thank you for this project. I saw s3 support to fastdup and wondered can I do it on AWS Lambda. I tried it out and after some struggling I was able to do it.

Fastdup version check: warning vs. RuntimeError

The RuntimeError returned by the version check in init.py forces users to upgrade to the newest versions of Fastdup, which may not always be compatible with other versions of libraries that the user has intentionally selected for other reasons. Because you release new versions of Fastdup so frequently, this error is encountered again very quickly even after the user resolves his or her dependency issues.