Hello,
I noticed that in the file /usr/local/lib/python3.10/dist-packages/pyVHR/deepRPPG/transformer.py, there is a placeholder for a URL of a pre-trained transformer model that is currently written as " ".
From what I have observed for other models like MTTSCAN and HRCNN, there should be a corresponding file available in the resources/deepRPPG section of your website for transformers as well, similar to the .pth and .hdf5 files provided for the other models.
Could you please guide me on accessing the weights for the transformer model you mentioned?
Thank you!