python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to convert a float32 img to uint8 where range is(-1 to -0.85)?
I want to convert a float32 image into uint8 image in Python.
I tried using the following code, but the output image only has values like 2 and 3 so the image is practically black.
gen_samples[0] * 25...
Matblanket
Votes: 0
Answers: 2
Pyinstaller .exe fails in image reading
I have a gui ocr application in python. Script runs successfully. However when I build it via pyinstaller with the command below,
python -m PyInstaller --upx-dir='D:\upx-3.96-win64' --paths=Baris --ad...

B. Kerem Kurt
Votes: 0
Answers: 1
Combination of RawPy and imageio result in red image
I want to do some image processing using .dng files. I am using rawpy to convert the file into a numpy array. Then imageio to save the image. It is a very simple code, given on the rawpy webpage.
The ...
Jop de Boo
Votes: 0
Answers: 1
pkg_resources.ContextualVersionConflict: (numpy 1.19.5), Requirement.parse('numpy>=1.20.0'),
I find some version conflict.
pkg_resources.ContextualVersionConflict: (numpy 1.19.5 (/home/mehnaz/environments/nnUnet_ve/lib/python3.6/site-packages), Requirement.parse('numpy>=1.20.0'), {'imageio...
mehnaz tabassum
Votes: 0
Answers: 0