fastdup icon indicating copy to clipboard operation
fastdup copied to clipboard

[Bug]: RuntimeError: Fastdup execution failed

Open rapidcrawler opened this issue 9 months ago • 7 comments

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

Attach a screenshot [Optional]

Screen Shot 2025-01-07 at 13 20 00 PM

Contact Details [Optional]

[email protected]

rapidcrawler avatar Jan 07 '25 07:01 rapidcrawler