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.
Other
1.51k stars 74 forks source link

[Feature Request]: How to block the version check ? #335

Open wangxiong172086864 opened 1 week ago

wangxiong172086864 commented 1 week ago

Feature Name

block the version check

Feature Description

Want some method to block the version check of fastdup, in th python code , export FASTDUP_PRODUCTION='1', but still failed when running the fastdup program.

Contact Information [Optional]

No response

wangxiong172086864 commented 1 week ago

@dbickson Any suggestion about this ?

dnth commented 1 day ago

@wangxiong172086864 did you run fastdup in the same terminal after running export FASTDUP_PRODUCTION='1'?

wangxiong172086864 commented 20 hours ago

@wangxiong172086864 did you run fastdup in the same terminal after running export FASTDUP_PRODUCTION='1'?

yes, before export FASTDUP_PRODUCTION='1', the code failed at import fastdup, after export FASTDUP_PRODUCTION='1', the code failed at running fastdup.run()

dbickson commented 18 hours ago

Can you please end us the full command you run and full error log? run with verbose=1 so we could debug. thanks