- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
download_images.py:
#!/usr/bin/python3
import csv
from datetime import datetime
import urllib.request
from tqdm import tqdm
images = {}
with open('RAISE_all.csv') as…
Related to Benjamin_Loison/pdf/issues/1.
Despite being not that much up-to-date now have access to avocat.ovh.hw.ipol.im with its 32 logical cores, 126 GB or RAM and 971 GB available. Note that I do not know the RAM frequency and…
Impossible de mettre à jour Messenger
#print(f'{image.shape=}')
halfWidthPad = (image.shape[1] - image.shape[0]) // 2
image = image[:,halfWidthPad:-halfWidthPad]
#print(image.shape)
Correlation just gives between absolutely 0 and 1 if both signal match but may have the same correlation for a single image as for a whole dataset so can take into account the quantity to define…
Verify with a simple algorithm the pense of dots the earliest in the data pipeline to ensure that it is not an added artifact.
Based on PRNU_extraction/issues/8 it seems quite clear that we should not have no good prediction for one class. However, note that…
Translated with LibreTranslate from Google Doc Minutes:
In fact, what explains the difficulties in obtaining an interesting radial profile in the Fourier domain for the PRNU estimate is due…
How to remove circles? Related to #70.
Automatically translated with LibreTranslate from Google Doc Minutes:
How to generate the FFTs with rays that were previously observed?…