Hi,
I installed SCUNet Denoise script yesterday.
The installation went well, but the script generated an error message:
(...)
22:59:31: RuntimeError: operator torchvision::nms does not exist
22:59:32: Le processus Python (PID : 79391) s'est arrêté avec le statut 1
It seems there is an incompatibility between the Pytorch and Torchvision versions downloaded by the script.
I had to uninstall Torchvision 0.29 and reinstall Torchvision 0.19.1 in the venv to make it work.
So, more a script issue than a Siril issue if I understand correctly.