phuselab / pyVHR

Python framework for Virtual Heart Rate

Home Page:http://phuselab.di.unimi.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while visualizing landmarks

wgb-10 opened this issue · comments

Hey everyone,

I am running the framework on Windows 10 and there seems to be an issue in the file pyVHR_demo.ipynb in the first cell shown below:

image

Upon printing vhr.__path__, I think this is happening because pyVHR.__path__[0] returns a path with escaped directory backslashes and the concatenation that happens messes up the final path string as shown in the last cell.

Also, D:\anaconda3\envs\pyvhr\Lib\site-packages\pyVHR\resources\img doesn't contain face.png for me. As shown below:

image

Can you check if this is the same for you all as well?

Closing this issue as I realized that I made an issue while building from source. I had run pip install pyvhr in my manually created environment followed by python setup.py install (while in the pyVHR directory). Instead, I should have omitted the former and only ran the latter.