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

[Bug]: fastdup import very slowly

zhbUp opened this issue · comments

What happened?

i installed the fastdup normally on ubantu 1804, baseed on python 3.8, when i import fastdup everytime, it takes so long, actually spent 523 seconds

What did you expect to see?

I really wish it will as silky smooth as other small libraries.

What version of fastdup were you runnning on?

v1.36

What version of Python were you running on?

Python 3.8

Operating System

Ubuntu 1804

Reproduction steps

No response

Relevant log output

No response

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

hello @zhbUp thanks for reporting!
I believe the issue is probably firewall since we are using requests.get to check for newer python version, we will add a 2 second timeout and release version 1.38 today.

Should be fixed in 1.38

Thank you very much. According to your prompts, I can quickly import the request after commenting out the request. The source code of version 1.38 installed by pip and the master branch do not see your submission.