I followed instructions and have successfully installed all the required packages (thank you for the very nicely-written README by the way). I also received the links for ActorsHQ dataset.
However, when I run the download command within the parent humanrf directory, I encountered this error:
ModuleNotFoundError: No module named 'actorshq.dataset.volumetric_dataset'
I added the below code snippet to the start of download_manager.py to solve this error.
I followed instructions and have successfully installed all the required packages (thank you for the very nicely-written README by the way). I also received the links for ActorsHQ dataset.
However, when I run the download command within the parent humanrf directory, I encountered this error:
I added the below code snippet to the start of
download_manager.py
to solve this error.