Vittorio Cuculo

Results 6 comments of Vittorio Cuculo

Thank you @saranzeb for your issue. First of all, please be sure that you are using the last version of pyVHR. Every dataset does already include the ground-truth files, and...

The second one, exactly as done in the `pyVHR_demo` notebook. This row, in the `Initial setup` section does import the entire dataset (videos and XML files) ```python dataset = vhr.datasets.datasetFactory(dataset_name,...

Hi @ubblechristophe thank you for your feedback! The impact of skin type on VHR methods is still an open issue, especially on darker skin tones. You can find an interesting...

> I implemented a integration with miband4 and ifttt > https://www.youtube.com/watch?v=qLhn1YDUCf4 > https://ricardojlrufino.wordpress.com/2020/02/26/controle-dispositivos-com-sua-mi-band-4/ > sorry, portuguese language... Nice @ricardojlrufino , but the music player functionality still works or is disabled?

ResolvePackageNotFound describe all packages not installed yet. You need to move that packages below `pip:` sentence, as: ``` pip: - torchaudio=0.10.0 - torchvision=0.11.1 ```

@ckim0922 what's your python version?