Open
Description
What happened?
imgs_embs_array is numpy array of image embeddings
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)
2025-01-07 07:16:21 [FATAL] Failed to read any features
fastdup C++ error received: 2025-01-07 07:16:21 [FATAL] Failed to read any features
RuntimeError: Fastdup execution failed
What did you expect to see?
No response
What version of fastdup were you runnning on?
2.14
What version of Python were you running on?
Python 3.10
Operating System
[GCC 13.3.0]
Reproduction steps
No response
Relevant log output
No response