fastdup
fastdup copied to clipboard
fastdup is a powerful free tool designed to rapidly extract valuable insights from your image & video datasets. Assisting you to increase your dataset images & labels quality and reduce your data oper...
### What happened? ``` Python 3.9.19 (main, Mar 19 2024, 16:08:27) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import fastdup Traceback (most...
### What happened? Here is the verbose: import fastdup ModuleNotFoundError: No module named 'fastdup' Documents % pip install fastdup ERROR: Could not find a version that satisfies the requirement fastdup...
### What happened? The user interface is so bad and documentation so sparse I can't figure out how to do even the simplest of tasks like delete images ### What...
### What happened? unable to validate google token ### What did you expect to see? it logging in, but actually it shouldn't require I login anyways ### What version of...
### What happened? Customer reported the following: ``` RuntimeError Unable to find installation candidates for fastdup (2.14) Cannot install fastdup. ``` ### What did you expect to see? Smooth installation...
### Feature Name Upgrade requests package ### Feature Description We have noted this customer request and will issue a new fastdup version 2.16 in the next couple of days. In...
### What happened? I wanted to tryout fastdump on my personnal computer (Windows 11). I followed setup instruction to discover there was no available windows version of the package on...
### What happened? imgs_embs_array is numpy array of image embeddings ```python np.save(ip_dir+ip_file_name, imgs_embs_array) from fastdup.engine import Fastdup fd = Fastdup(input_dir=ip_dir) imgs_embs_array_loaded = np.load(ip_dir+ip_file_name) fd.run(embeddings=imgs_embs_array_loaded, annotations=annotations_df, overwrite=True) ``` ```bash 2025-01-07 07:16:21...