-
When I loop through images and sequentially call `show(type="browser")` an error is raised implying that the address is already taken (The port is already in use)
`[Errno 98] Address already in use`
…
ghost updated
10 years ago
-
If image is anything other than `uint8`, the display system crashes.
``` python
img = Image("lenna")
i = Image(img.getNumpy().astype(np.int16))
i.show()
```
Either support should be added for `int1…
-
This issue isn't a proposal. It's just a place to hang some summary statistics that might inform other proposals.
The test images are linked to from https://phoboslab.org/files/qoibench/ (with misc…
-
## Description
read an indexed image with io.imread on two computers with same skimage version using the same code, one computer return (512,152,4), the other one returns (512,512,3)
## Way to r…
-
When rescaling an image and selecting a higher order of
interpolation, i.e a non-linear one, it is likely that some values
will be out of the [0, 1] valid interval.
Code sample:
```
im = mio.impo…
-
## Issue description
Trying to compare and transfer models between Caffe, TF and Pytorch found difference in output of bilinear interpolations between all. Caffe is using depthwise transposed convo…
-
```
What steps will reproduce the problem?
PyScripter 2.5.3.0 x86 on Windows XP 32-bit
Python 2.7.3
OpenCV 2.4.1
Create script:
import cv2
import sys
import numpy as np
img = cv2.imread("Lenna.jpg"…
-
Per #14
> The test images are linked to from https://phoboslab.org/files/qoibench/ (with misc/lenna.png [removed](https://github.com/phoboslab/qoi/issues/35)).
and
> x kodak misc screenshots …
-
Python 3.10.9
R61
GTX 1080
Driver Version: 525.60.11
CUDA Version: 12.0
Arch Linux
Might be PEBCAK.
https://slow.pics/c/38RmCJ0C
```py
from vstools import vapoursynth, core, vs, dept…
-
```
What steps will reproduce the problem?
1.rosws set --git rosjava_core 'https://github.com/rosjava/rosjava_core.git'
2.rosws update, source setup.bash
3. roscd rosjava_core
What is the expected ou…