Robust_image_source_identif.../datasets
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
..
android Retrieve number of cameras instead of battery *charge counter* 2024-05-02 02:23:15 +02:00
fake Apply Context-Adaptive Interpolator 2024-03-29 00:06:13 +01:00
noise_free_test_images Shorten figure titles 2024-04-02 11:03:47 +02:00
rafael/240424 Correct support for JPG images 2024-04-27 15:55:25 +02:00
raise #62: First lazy load try 2024-05-13 18:30:28 +02:00
vision Add datasets/fake/generate_dataset.py 2024-03-22 10:31:47 +01:00