visual-layer / fastdup

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 operations costs at an unparalleled scale.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuck on running "FastDup Software, (C) copyright 2022 Dr. Amir Alush and Dr. Danny Bickson" [Bug]:

dominicco opened this issue · comments

What happened?

Hi! When I run "fd.run(model_path='/content/dinov2_vits14.onnx', cc_threshold=0.8, d=384)" its stuck running forever. its been an hour and hasn't finished. Is this normal? How long should it take?

What did you expect to see?

No response

What version of fastdup were you runnning on?

1.73

What version of Python were you running on?

Python 3.10

Operating System

Linux Colab

Reproduction steps

No response

Relevant log output

No response

Attach a screenshot [Optional]

33333333333333

Contact Details [Optional]

No response

HI @dominicco the problem is with the jupyter terminal swallowing the output from c side fastdup. Can you please run on regular python terminal and let us know what you see.
Is it free colab or kaggle instances? Those instances contain 1 core and they are very weak nodes so if the dataset it big the run will be very slow. To speed up it is recommneded to use a multicore machine.

It worked!!! Thank you very much!!!!!