- https://github.com/Benjamin-Loison
- Joined on
2022-10-16
Block a user
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-04-02 11:24:25 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-04-02 11:16:08 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-04-02 11:12:02 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-04-02 11:03:57 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-04-02 11:03:50 +02:00
Benjamin_Loison
pushed to master at Benjamin_Loison/Robust_image_source_identifica…
2024-04-02 11:03:25 +02:00
Benjamin_Loison
commented on issue Benjamin_Loison/Robust_image_source_identifica…#5
2024-04-02 10:58:54 +02:00
Comparing noises on images, are there clever distances?
If know the PRNU, then can just compute the correlation with the estimated one.
Benjamin_Loison
opened issue Benjamin_Loison/Robust_image_source_identifica…#30
2024-04-02 10:48:01 +02:00
Estimate PRNU of devices on actual dataset and evaluate our method
Exceeded rate limit of None requests; waiting 10 seconds to reset
on gitea-backup --gitea-host codeberg.org -t CENSORED Benjamin_Loison
'gaierror' object is not iterable
on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
'gaierror' object is not iterable
on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
I have not noticed the http://https
part.
'gaierror' object is not iterable
on gitea-backup --gitea-host https://codeberg.org Benjamin_Loison
unsupported operand type(s) for +: 'NoneType' and 'str'
on gitea-backup Benjamin_Loison
Still
github-backup
mentions from upstream
Add shell syntax highlighting
The owner has already reached the limit of 100 repositories.
Note that the most repositories user have 468.
The owner has already reached the limit of 100 repositories.
Hello, I am new to this Matrix but not to Codeberg ([I joined on…
The owner has already reached the limit of 100 repositories.
import requests
import json
GIT_INSTANCE_URL = 'https://codeberg.org'
TOKEN = 'CENSORED'
headers = {
'Authorization': f'token {TOKEN}'
}
def getApi(url, params = {}):
…