Check if all datasets/android/compile.sh arguments of commands are necessary
9af3b32820 Add datasets/android/compile.sh
92aa5a3558 Add datasets/android/
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#63 2024-05-01 20:23:06 +02:00
Attribute source camera

To test faster directly evaluate the whole dataset instead of an increasing one.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#63 2024-04-30 11:59:30 +02:00
Attribute source camera

In theory Rafael images are more controlled, so less noise and RAISE different noise so not similar.

Normalization across cameras mey be incorrect if do not sample in general in same range.

53c3935bab Clean some debugging
7a807b91d8 #63: Add debugging
Compare 2 commits »
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#63 2024-04-30 06:35:38 +02:00
Attribute source camera

Debugging always guessing Rafael by just providing a set of 2 images, one training and one testing being the same one.

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#63 2024-04-30 06:00:53 +02:00
Attribute source camera
-----BEGIN PGP MESSAGE-----

hF4DTQa9Wom5MBgSAQdALrGkUSvzmRCdtuCMoP/kG+tLAZmg1W+Mh9PtT97MdnMw
0avQk4sh+my92MUq2XRFmZG+3zzGRKPR463SWlbKyHHyhW2AlJ/oG734R6qz/7Rp
0kEBvJriF0RCrLFZFGqicfzCcPyLz…
a8725e5e88 Move denoising testing images to work even if provide minColor and maxColor (#63)
319ca8fb60 Add attribute_source_camera.py
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#63 2024-04-30 04:26:16 +02:00
Attribute source camera

Will we face normalization issue as do not know what normalization to apply to a testing image as we do not know the associated device in theory?

Well can apply a single normalization for both…

Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#63 2024-04-30 04:14:44 +02:00
Attribute source camera

Considering same number of images for both groups and consider half for testing and up to the other half for training. Just a 2D curve seems enough to represent the accuracy, y-axis being accuracy…

Attribute camera source
Make split_and_compare_prnus_of_subgroups.py compatible with RAW images
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#61 2024-04-30 04:04:52 +02:00
Improve accuracy

raw_image_visible what is the _visible for?

aa9f73e8a0 Fix random seed to improve reproducibility