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

[Bug]: Output is lost on colab in case of an error #169

Closed dbickson closed 1 year ago

dbickson commented 1 year ago

What happened?

When getting an error the output is not received in the colab cell

What did you expect to see?

A workaround is to run with !python -c "import fastdup; " this brings all output back.

What version of fastdup were you runnning on?

0.922

What version of Python were you running on?

Python 3.8

Operating System

ubuntu 20

Reproduction steps

No response

Relevant log output

No response

Attach a screenshot [Optional]

No response

Contact Details [Optional]

No response

dbickson commented 1 year ago
Screen Shot 2023-04-30 at 21 25 32

Added a workaround in 0.925 to omit more outputs on colab from the c side.