-
Hi,
we trained unet_vgg19 model using GT with training accuracy of 99.6 % on grayscale (converted RGB) data .
After getting such a good accuracies in training getting .60 as IOU on validation ?? …
-
```
The program works only on luminance values. So in order for the program to
input all kinds of images, it should also grey-scale them automathically.
```
Original issue reported on code.google.com…
-
https://gitlab.gnome.org/GNOME/gimp/-/issues/7917
I don't know if this is gimps fault, yours or mine, so i am just posting on both.
-
### Description
The validation image generation is currently producing only random noise patterns (see attached example image) instead of proper decoded images. This appears to be a systematic failur…
-
During the hackathon in Basel we have brainstormed on the specification that would allow for viewing data across the spatialdata visualization ecosystem with one viewconfig. This issue describes the c…
-
Hi,
I am using an ALTUM-PT camera, and the saved thermal images appear completely gray. Is there a Python code or tutorial available that can convert these thermal images to gray-scale images for v…
-
Thanks for authors' source code and excellent work. When I try to train on Unitree Go2, I get the training curve as below. Task go2 and go2_field performs well, but task go2_distill has a problem. The…
-
thanks the contribution of MDvsFA, and opening the code, but I have some questions in code( pytrorch version):
1.why set ReadColorImage=1 ?all the images we use is gray instead of color, so why would…
-
In `TIFFImageWriter::writeTile` there is an optimised section for simple images, but this is only effective for 8-bit images, while we want to write lots of 16- and 32-bit images.
-
I tried it on gray-scale images but it just returned '[]', could it work on gray scale images or it can only work on RGB images?