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.56k stars 76 forks source link

Docker old version RuntimeError #144

Closed Appleweed564 closed 1 year ago

Appleweed564 commented 1 year ago

Running this docker command on windows 11 Docker Desktop yield a RuntimeError .

docker run -it -v /K/compare_vids/images_reference:/K/compare_vids/images_reference karpadoni/fastdup-ubuntu-20.04:0.211 /usr/bin/python3 -c "import fastdup; fastdup.run('/K/compare_vids/images_reference/',num_images=10)"

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python3.8/dist-packages/fastdup/__init__.py", line 42, in <module>
    raise RuntimeError(f"fastdup detected your are running an old version {__version__} (10 versions or more vs. the latest) please upgrade fastdup")
RuntimeError: fastdup detected your are running an old version 0.208 (10 versions or more vs. the latest) please upgrade fastdup
dbickson commented 1 year ago

Hi @Appleweed564 we have released docker version 0.915 please try it out and let us know if this works.

Appleweed564 commented 1 year ago

Thanks @dbickson , it is working now .

I am running it on a ImageNet dataset that contains more than 1 million training images , I signed up on the visual-layer website for the free beta but did not receive a key . Should I send an email to info@visual-layer.com ?