Vladimir Iglovikov
Vladimir Iglovikov
@jgerityneurala Do I understand the situation correctly. 1. User needs to keep `opencv-python` version at 4.5.5.64 and cannot upgrade it 2. Albumentations has minimum version for opencv as 4.9.0 3....
I do not know how to do it either. For now just lowered the minumum required version to `4.5.5.64`. Hope this helps. https://github.com/albumentations-team/albumentations/pull/1726
Reverted back min version to `4.9.0.80`, as there were too many important fixes on top of 4.5.5.64. Basically with `4.5.5.64` tests do not pass.
Looks like everything works.
I get the same error with `linkedin-scraper==2.11.0`
``` selenium==4.8.3 linkedin-scraper==2.11.0 ```` ``` from linkedin_scraper import Person, actions from selenium import webdriver driver = webdriver.Chrome() email = password = actions.login(driver, email, password) # if email and password isnt...
@lusifer021 Let's merge it? :)
I did not even know that people use the code 6 years after the release. Try to replace network with one from https://github.com/qubvel/segmentation_models.pytorch there are many more powerful and lighter...
yes, issues with DNS, working on it, will message let you know here when I will fix it.
@gwtaylor Fixed