Robust_image_source_identif.../datasets/raise
Benjamin Loison 90df8a7cb9
Verify raw.raw_pattern as raw.color_desc does not seem enough
As got:

```bash
python3 extract_noise.py
```
```
Denoising images:   0%|                                                                                           | 0/8156 [00:00<?, ?it/s]/mnt/HDD0/raise/nef/ra2c888f8t.NEF
Denoising images:   0%|                                                                                           | 0/8156 [00:00<?, ?it/s]
Traceback (most recent call last):
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/extract_noise.py", line 73, in <module>
    treatImage(imageFileName)
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/extract_noise.py", line 46, in treatImage
    assert np.array_equal(raw.raw_pattern, np.array([[3, 2], [0, 1]], dtype = np.uint8))
AssertionError
```
2024-04-16 01:06:59 +02:00
..
website Move webpage articles to datasets/raise/website/ 2024-04-02 18:31:27 +02:00
extract_noise.py Verify raw.raw_pattern as raw.color_desc does not seem enough 2024-04-16 01:06:59 +02:00
show_mean_noise.py Update annotations 2024-04-09 03:43:17 +02:00
split_and_compare_prnus_of_subgroups.py Add show_mean_noise.py 2024-04-03 22:18:18 +02:00