Convert onnx to pytorch state dict?

Does anyone know whether it’s possible to (and how to) convert a model from onnx back to pytorch? Going from pytorch to onnx is detailed here, but I can’t find any resource about going back.

EDIT: Came across this shortly after posting, which seems promising.

Thanks!
Andrei