Robust_image_source_identif.../datasets/raise
Benjamin Loison f85e63b6e0
#62: First lazy load try
```
OPERATION = <Operation.LOAD_NPY: 3>
RESOLUTION = 100
Image:   0%|▍                                                                                            | 1/200 [00:00<00:00, 5084.00it/s]
Camera:   0%|                                                                                                        | 0/2 [00:00<?, ?it/s]
Traceback (most recent call last):
  File "/home/benjamin/robust_image_source_identification_on_modern_smartphones/datasets/raise/./benchmark_load_part_of_images.py", line 43, in <module>
    rawColorChannels = np.load(numpyFilePath, mmap_mode = 'r', allow_pickle = True)
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/benjamin/venv/lib/python3.11/site-packages/numpy/lib/npyio.py", line 453, in load
    return format.open_memmap(file, mode=mmap_mode,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/benjamin/venv/lib/python3.11/site-packages/numpy/lib/format.py", line 932, in open_memmap
    raise ValueError(msg)
ValueError: Array can't be memory-mapped: Python objects in dtype.
```
2024-05-13 18:30:28 +02:00
..
website Move webpage articles to datasets/raise/website/ 2024-04-02 18:31:27 +02:00
analyze_bayer_filter_mean_denoiser.py Remove commented code from analyze_bayer_filter_mean_denoiser.py 2024-04-26 04:13:08 +02:00
attribute_source_camera.py Add the ability to hardcode resolution 2024-05-13 16:27:53 +02:00
benchmark_load_part_of_images.py #62: First lazy load try 2024-05-13 18:30:28 +02:00
extract_noise.py Add Denoiser Enum 2024-05-03 03:49:15 +02:00
flat-field_pointer.py Improve yticks of boxplot in flat-field_pointer.py 2024-04-26 04:10:41 +02:00
generate_histogram.py Add commented code to crop image 2024-04-25 14:37:08 +02:00
merge_single_color_channel_images_according_to_bayer_filter.py Remove unnecessary from PIL import Image 2024-05-10 00:02:44 +02:00
merge_with_same_color_scale_single_color_channel_images_according_to_bayer_filter.py Add boxplot for the specified denoisers 2024-05-10 00:14:30 +02:00
show_mean_noise.py Restore other than raw images support 2024-04-25 18:12:36 +02:00
split_and_compare_prnus_of_subgroups.py Add Denoiser Enum 2024-05-03 03:49:15 +02:00
utils.py Replace _ with for end-user color channel name 2024-05-13 02:56:27 +02:00