If you are using demosaiced images for training, the demosaicing algorithm will affect noise quality/character. EG some algorithms increase noise more than others.
I also suspect that the demosaicing differences between x-trans sensors and bayer sensors will affect performance.
Unfortunately they are from the ‘vintage’ Nikon D40 which is noisy even at base ISO 200. I have taken 4 shots at ISO 200 so they can be stacked to get equivalent to ISO 50 (I think).
Images are placed into the public domain.
I can make more sets of still life scenes if you want.
Meanwhile I have been trying to work with PGM files to be able to noise reduce before demosaicing and before black level. Got stuck with PGM files from 7D. When I try to create DNG files from PGM I get the wrong colour. Perhaps wrong cfa pattern? Works with M5, M6, R etc…
For my M5, there were no issue. dcraw -4 -E -j -t 0 IMG_6990.CR2 IMG_6990.zip (38.2 MB)
./pgm2dng IMG_6990.pgm
IMG_6990.DNG (48.7 MB)
CR2 to the left, DNG from pgm2dng to the right.
After that I copied all metadata with exiftool -tagsFromFile IMG_6990.CR2 -all -icc_profile IMG_6990.DNG
pgm2dng is avalible from Magic Lantern http://a1ex.magiclantern.fm/bleeding-edge/pgm2dng.c
Compile it with gcc -o pgm2dng -m32 pgm2dng.c /path/to/magic-lantern/src/chdk-dng.c -I/path/to/magic-lantern/src -lm
Or use the one I compiled for M5. pgm2dng.zip (8.9 KB)
Will do, It might take me a while (a month or so?) because I’m currently focusing a lot on File:ElectricBoatDiagram.png - Wikimedia Commons and I will hopefully be moving soon. I’m excited to start working on raw/ish denoising though. Thank you for working on this