Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#82 2024-06-12 18:29:08 +02:00
Try to leverage IPOL computation server
#!/usr/bin/env python

import matplotlib.pyplot as plt

plt.plot(range(3))
plt.show()

returns in Nix:

UserWarning: FigureCanvasAgg is non-interactive, and thus…
Benjamin_Loison reopened issue Benjamin_Loison/Robust_image_source_identifica...#82 2024-06-12 18:25:24 +02:00
Try to leverage IPOL computation server
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#54 2024-06-12 00:55:00 +02:00
Use Debian instead of Ubuntu on Pegasus

Only seems left is network issue.

715b5296c9 Compare PRNUs
c2cf139261 Correct pearsonr import
aa5c210539 Comment checkOriginalPoint
Compare 3 commits »
2bfedf54ad Remove INTERESTING_VALUES_OF_AXES usage
a9861a761f Use an intermediary variable in getImageColorChannel
Compare 2 commits »
0c7108b3ec Make benchmark_load_part_of_images.py production ready
959fb43dd0 Update annotations of Determining Image Origin and Integrity Using Sensor Noise
0d22c36e96 Update annotations of On the Sensor Pattern Noise Estimation in Image Forensics: A Systematic Empirical Evaluation
Compare 3 commits »
Benjamin_Loison opened issue Benjamin_Loison/diff#2 2024-06-11 00:35:40 +02:00
diff folders based on sizes of files and contents of files
Benjamin_Loison opened issue Benjamin_Loison/linux#27 2024-06-10 19:22:21 +02:00
Dual boot Windows time inconsistency
Benjamin_Loison opened issue Benjamin_Loison/linux#26 2024-06-10 18:46:36 +02:00
Compress encrypted LUKS .iso
cb65dbb943 Clean bottom right controls
2c799f12f7 Add comment about purpose of \pdfstringdefDisableCommands
c8aecbcd2d Add comment about purpose of \pdfstringdefDisableCommands
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#82 2024-06-06 17:54:51 +02:00
Try to leverage IPOL computation server

shell.nix:

let
  nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
  pkgs = import nixpkgs { config = {}; overlays = []; };
in

pkgs.mkShellNoCC {
 
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#82 2024-06-06 15:40:20 +02:00
Try to leverage IPOL computation server

Nix usage solved this issue.

Try to leverage IPOL computation server
Try to leverage IPOL computation server
115bab4b4c Add and use getEstimatedPrnu
31da324702 Compute mean PRNU estimate from scratch
Compare 2 commits »