IPOL demo #80

Open
opened 2024-05-27 13:21:05 +02:00 by Benjamin_Loison · 3 comments
See [PRNU_extraction](https://codeberg.org/Benjamin_Loison/PRNU_extraction). Modified fork of [template-python](https://github.com/mlbriefs/template-python). https://ipolcore.ipol.im/cp2/showDemo?demo_id=77777000503
Author
Owner
ssh bloison@avocat.ovh.hw.ipol.im
The authenticity of host 'avocat.ovh.hw.ipol.im (51.91.154.117)' can't be established.
ED25519 key fingerprint is SHA256:B5x39yhb+9oVJ1iVPG0q29RJJAB35lFRCcm4HlJ85sc.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'avocat.ovh.hw.ipol.im' (ED25519) to the list of known hosts.

Investigate /home/mgardella/:

  • ponomarenko_v4/
  • PRNU/
  • PRNU-CompareTwoImages/
  • PRNU_enlimpio/
find / -name '*77777000278*' 2> /dev/null
grep -rI 'This demo takes as input two images and outputs' /home/mgardella/PRNU* 2> /dev/null

do not return any result.

https://ipolcore.ipol.im/cp2/showDemo?demo_id=77777000278
https://ipolcore.ipol.im/api/demoinfo/staticData/demoExtras/77777000278/PRNU_compare_two_images.zip
quarto: https://quarto.org/docs/tools/jupyter-lab.html

Unclear how iPhone 8 plus example is provided as there is no such occurrence in https://ipolcore.ipol.im/cp2/showDemo?demo_id=77777000278 and https://ipolcore.ipol.im/api/demoinfo/staticData/demoExtras/77777000278/PRNU_compare_two_images.zip.

For IPOL practicing make a prototype of what we would like the demo to be but without the algorithm itself. Seems quite clear to me now.

```bash ssh bloison@avocat.ovh.hw.ipol.im ``` ``` The authenticity of host 'avocat.ovh.hw.ipol.im (51.91.154.117)' can't be established. ED25519 key fingerprint is SHA256:B5x39yhb+9oVJ1iVPG0q29RJJAB35lFRCcm4HlJ85sc. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'avocat.ovh.hw.ipol.im' (ED25519) to the list of known hosts. ``` Investigate `/home/mgardella/`: - `ponomarenko_v4/` - `PRNU/` - `PRNU-CompareTwoImages/` - `PRNU_enlimpio/` ```bash find / -name '*77777000278*' 2> /dev/null grep -rI 'This demo takes as input two images and outputs' /home/mgardella/PRNU* 2> /dev/null ``` do not return any result. https://ipolcore.ipol.im/cp2/showDemo?demo_id=77777000278 https://ipolcore.ipol.im/api/demoinfo/staticData/demoExtras/77777000278/PRNU_compare_two_images.zip `quarto`: https://quarto.org/docs/tools/jupyter-lab.html Unclear how `iPhone 8 plus` example is provided as there is no such occurrence in https://ipolcore.ipol.im/cp2/showDemo?demo_id=77777000278 and https://ipolcore.ipol.im/api/demoinfo/staticData/demoExtras/77777000278/PRNU_compare_two_images.zip. For IPOL practicing make a prototype of what we would like the demo to be but without the algorithm itself. Seems quite clear to me now.
Author
Owner

Related to Improve_websites_thanks_to_open_source/issues/622.

DDL.json:

   "build": {
      "build1": {
         "url": "https://lemnoslife.com/BEN/PRNU_compare_two_images.zip",

works fine, as with default parameters that are:

  • Denoiser: Wavelet
  • Zero-meaning operation: False
  • Wiener filtering: False
  • Spectrum equalization: False

I get an identical result on my demo (77777000503) as the one I am interested in (77777000278).

Related to [Improve_websites_thanks_to_open_source/issues/622](https://codeberg.org/Benjamin_Loison/Improve_websites_thanks_to_open_source/issues/622). `DDL.json`: ```json "build": { "build1": { "url": "https://lemnoslife.com/BEN/PRNU_compare_two_images.zip", ``` works fine, as with default parameters that are: - `Denoiser`: `Wavelet` - `Zero-meaning operation`: `False` - `Wiener filtering`: `False` - `Spectrum equalization`: `False` I get an identical result on my demo ([77777000503](https://ipolcore.ipol.im/demo/clientApp/demo.html?id=77777000503)) as the one I am interested in ([77777000278](https://ipolcore.ipol.im/demo/clientApp/demo.html?id=77777000278)).
Author
Owner
Related to [PRNU_extraction/issues/7](https://codeberg.org/Benjamin_Loison/PRNU_extraction/issues/7).
Sign in to join this conversation.
No description provided.