tijiang13 / InstantAvatar

InstantAvatar: Learning Avatars from Monocular Video in 60 Seconds (CVPR 2023)
376 stars 32 forks source link

Error on neuman's dataset #54

Closed vrahnos3 closed 1 year ago

vrahnos3 commented 1 year ago

Hello, thanks for the great work, I followed the steps from readme to run neauman's - custom dataset. There was an error as you can see. Screenshot_1

I realised that on third_parties there isn't installed openpose. On readme you just mention that you use openpose but as I understood is a preliminary to install it on third_parties folder.

tijiang13 commented 1 year ago

Hi Panos,

The "third_parties" directory includes code snippets borrowed from other projects, such as PyTorch3D. This is due to our utilization of only select functions from their codebase, and the original packages can pose installation challenges. Conversely, dependencies like ROMP, SAM, and OpenPose must be installed separately.

Sorry for any confusion caused by the naming.

Best, Tianjian

vrahnos3 commented 1 year ago

@tijiang13 thanks for your quick reply, I just mention it for someone who has the same problem with me, because it took me some time to realise how the workflow is going.