Hello! Thank you for releasing this awesome work! I am trying to run this project from my side, but I am facing some difficulties understanding the requirements.
- In the Readme, you've mentioned the following:
# Single image example:
# Trainning:
python launch.py --config configs/zero123.yaml --train --gpu 0 data.image_path=load/images/<input image>
But I am not exactly sure where launch.py is coming from :/
- In the PoseTransfer notebook there is a commented out block:
# !pip install /content/drive/MyDrive/AutoRig/pynocchio-0.0.4-cp310-cp310-linux_x86_64.whl
I am not sure what that installs :/ Can't we install pynocchio usingpip install pynocchio
I would appreciate any help and guidance in running this project! Thank you again!
Hello! Thank you for releasing this awesome work! I am trying to run this project from my side, but I am facing some difficulties understanding the requirements.
But I am not exactly sure where launch.py is coming from :/
I am not sure what that installs :/ Can't we install pynocchio using
pip install pynocchioI would appreciate any help and guidance in running this project! Thank you again!