albumentations_examples
albumentations_examples copied to clipboard
CV2 not owrking in Google Colab because of wrong opencv-python-headless.
I found that it works at the moment with
!pip install opencv-python-headless==4.1.2.30
in example_bboxes.pynb, but it might be a more general problem.