You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am struggling to load the RPPG transformer model in the pyVHR_demo_deep.ipynb notebook. I managed to run the notebook successfully until the rppg model. MTTS-CAN and HR CNN worked fine for me.
My setup:
NVIDIA V100
pyvhr 2.0
Python 3.9.7
Setup the package following the instructions for pyvhr GPU. Including git clone
As u can see RPPG_TRANSFORMER_bvp_pred is not listed in this directory. So I am wondering if this issue has to do with the installation and setup of pyvhr 2.0?
The text was updated successfully, but these errors were encountered:
Hi. I am struggling to load the RPPG transformer model in the pyVHR_demo_deep.ipynb notebook. I managed to run the notebook successfully until the rppg model. MTTS-CAN and HR CNN worked fine for me.
My setup:
NVIDIA V100
pyvhr 2.0
Python 3.9.7
Setup the package following the instructions for pyvhr GPU. Including git clone
Code
Error
Some additional debugging steps
Returns
['Attention_mask', 'DataLoader', 'FaceHRNet09V4ELU', 'HR_CNN', 'HR_CNN_bvp_pred', 'MTTS_CAN', 'MTTS_CAN_deep', 'OrderedDict', 'PulseDataset', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'butter', 'butter_bandpass_filter', 'cv2', 'detrend', 'h5py', 'hr_cnn', 'img_as_float', 'mtts_can', 'np', 'os', 'preprocess_raw_video', 'pyVHR', 'requests', 'scipy', 'spdiags', 'tf', 'time', 'torch', 'transforms']
As u can see RPPG_TRANSFORMER_bvp_pred is not listed in this directory. So I am wondering if this issue has to do with the installation and setup of pyvhr 2.0?
The text was updated successfully, but these errors were encountered: