tijiang13 / InstantAvatar

333 stars 23 forks source link

Error on neuman's dataset #54

Closed vrahnos3 closed 9 months ago

vrahnos3 commented 10 months 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 10 months 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 10 months 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.