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
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
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.
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)).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
See PRNU_extraction.
Modified fork of template-python.
https://ipolcore.ipol.im/cp2/showDemo?demo_id=77777000503
Investigate
/home/mgardella/:ponomarenko_v4/PRNU/PRNU-CompareTwoImages/PRNU_enlimpio/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.htmlUnclear how
iPhone 8 plusexample 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.
Related to Improve_websites_thanks_to_open_source/issues/622.
DDL.json:works fine, as with default parameters that are:
Denoiser:WaveletZero-meaning operation:FalseWiener filtering:FalseSpectrum equalization:FalseI get an identical result on my demo (77777000503) as the one I am interested in (77777000278).
Related to PRNU_extraction/issues/7.