-
It's working fine in 0.6.6 but it disappeared as soon as I updated the package. Everything else is showing up but the NativeMediaView is not showing.
![Screenshot_20240924-143104](https://github.co…
-
**Describe the bug**
Encoding an image with and without the `--disable_perceptual_optimization` option produces wildly different file sizes. With the option, compressed file is 3.5x the size without …
-
Hello everyone,
All my data is gray scale image, I trained on them without getting any error. But when I tried to detect on gray scale image, I got the error `ValueError: operands could not be broadc…
-
I'm trying to change the network to accept grayscale images and have followed the wiki steps to exclude conv1 when loading weights and include it in addition to heads when training. I am running into …
-
Hello!
I wanna ask what code should i change if I wanna train a model with gray scale images
-
```
import pyiqa
model = pyiqa.create_metric('unique', as_loss=False)
score = model(img)
#img = ..\image\10_1_C_1000_far_env1000.png
```
An error was encountered while running the above code
…
-
I need to decrease the processing time and used RAM
so I thought that I can deal with gray scale images by reading the image as gray scale image using imread parameters
`img = cv2.imread(filename,0)…
-
Want to run the network for gray scale images (single channel)
I get this error while running network on gray images
Traceback (most recent call last):
File "demo_imgs.py", line 100, in
d…
-
I was able to train multiple custom objects using 3 channel images but in not able to set single channel image ("gray scale"). Any idea how can i load gray scale images?
-
Hi, I run the testing code with the testing data, the deblurred image looks well. But when I tested it on Levin's et.al dataset, the deblurred images looks bad. There are a lots of 'noise' remaining o…