geopavlakos / hamer

HaMeR: Reconstructing Hands in 3D with Transformers
https://geopavlakos.github.io/hamer/
MIT License
326 stars 28 forks source link

additional pip package requirements #10

Closed Mine268 closed 8 months ago

Mine268 commented 8 months ago

after following the readme for package installation, additional packages are required according to the error report:

pyrootutils
webdataset
rich
hydra_colorlog
hydra-submitit-launcher

installing them with pip solves the problem.

geopavlakos commented 8 months ago

Did you run pip install -e .[all], with [all] specified, as the readme recommends? If you did, and it was successful, you should get all these packages, which are listed here. If you didn't specify [all], that would explain why those packages in particular were not installed.

Mine268 commented 8 months ago

Did you run pip install -e .[all], with [all] specified, as the readme recommends? If you did, and it was successful, you should get all these packages, which are listed here. If you didn't specify [all], that would explain why those packages in particular were not installed.

Great thanks for your reply, I tried using pip install -e .[all] but it somehow failed to run. This issue disappeared one day after.

But in all, I sincerely appreciate your suggestions.