ubicomplab / rPPG-Toolbox

rPPG-Toolbox: Deep Remote PPG Toolbox (NeurIPS 2023)
https://arxiv.org/abs/2210.00716
Other
447 stars 106 forks source link

can't see figures with viz_preprocessed_data.iypnb #195

Closed pcloudddd closed 1 year ago

pcloudddd commented 1 year ago

image I think the displays are not uploaded while changing the chunk and frame index. The figures are successfully displayed when I try to print them seperately, so there are no problem with the input files. image image

yahskapar commented 1 year ago

Hi @pcloudddd,

How exactly are you trying to run the Jupyter Notebook cells? I tested the notebook using VSCode and the IPython kernel. Are you using Google Colab to run the notebook?

I just tested the notebook in VSCode again and it seems to be working fine, although I did encounter a renderer-related error that I resolved by reloading the window as mentioned here. I also tested this in Google Colab here with a two chunks of data from the PURE dataset. It could be that there is some sort of issue in your notebook's kernel that is causing issues with rendering that aren't surfacing as visible error messages.

yahskapar commented 1 year ago

I'm going to go ahead and close this since it's been two weeks since another reply. @pcloudddd, please feel free to re-open this issue or make a new issue if problems persist, we are happy to help try and figure things out.

pcloudddd commented 1 year ago

Thanks for replying, @yahskapar. I used jupyter notebook and anaconda with an ubuntu20.04 computer to run the code.

pcloudddd commented 1 year ago

I think I can just use Google Colab for visualizing inputs.