The Wayback Machine - https://web.archive.org/web/20210705021404/https://github.com/topics/image-processing
Skip to content
#

Image processing

Digital image processing is the use of algorithms to make computers analyze the content of digital images.

Here are 10,094 public repositories matching this topic...

blazejdolicki
blazejdolicki commented May 27, 2021
System information (version)
  • OpenCV => 4.2
  • Operating System / Platform => Windows 64 Bit
  • Compiler => Visual Studio Code 1.56.2
Detailed description

When running cv2.seamlessClone() the error is a bit misleading when the incorrect image path is supplied. It doesn't make it obvious that the problem is in the path

Steps to reproduce
import cv2
# Read i
jni
jni commented Jun 29, 2021

Description

Missed this in reviewing #5397. We prefer to release wheels before source because otherwise there is a small window during which users who pip install scikit-image will require compilation. In general this will be very small but in fact it could be big if e.g. there is a network failure in the VM during release.

The relevant lines are here:

https://github.com/scikit-image

pmeier
pmeier commented Jun 28, 2021

In #1031 several tests were identified that rely on a higher than default tolerance starting from torch==1.9.0:

test/augmentation/test_augmentation_mix.py::TestRandomCutMix::test_random_mixup_beta0
test/augmentation/test_random_generator.py::TestRandomPerspectiveGen::test_random_gen
test/augmentation/test_random_generator.py::TestRandomPerspectiveGen::test_same_on_batch
test/augmentat