- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Related to [src/commit/be83fcf154ba144045e296f2f0e6d0d8deb58ca4/datasets/raise/fft/verify_dots.py#L22](https://gitea.lemnoslife.com/Benjamin_Loison/Robust_image_source_identification_on_modern_smar…
#print(dbx.get_file_and_metadata(f'/{entryName}'))
#dbx.sharing_get_shared_link_file(url=url, path=f'/{entryName}')
#help(dbx.files_download_to_file)
'''
if…
import re
INTERESTED_IN_FILES_REGEX = re.compile('DSC0(\d{4})\\.ARW')
# ...
actualFileIndex = int(INTERESTED_IN_FILES_REGEX.match(entryName).group(1))
if 3294…
Traceback (most recent call last):
File "./download_dropbox.py", line 25, in <module>
result = dbx.files_list_folder(path = '', shared_link=shared_link, limit = 10 ** 6)
File…
Related to issues/59#issue-1243.
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
Do not use analyze_fft_ellipses.py
as it considers axes and here they are inpainted.
#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…