microsoft / multiview-human-pose-estimation-pytorch

This is an official Pytorch implementation of "Cross View Fusion for 3D Human Pose Estimation, ICCV 2019".
MIT License
541 stars 89 forks source link

aggregation #47

Open 99sun99 opened 2 years ago

99sun99 commented 2 years ago

congrats on your great work! Could you please explain a little bit about your code?

in your multiview_pose_resnet.py

why aggregation function has the weights predefined as weights=[0.4, 0.2, 0.2, 0.2]

I think this part is a "triangulation " part right?

you didn't refer your trangulate.py? Instead, you predefine your weight here. why?

Thank you so much!

Essen4 commented 2 years ago

can you run valid.py? i meet some problems.

KungZell commented 2 years ago

can you run valid.py? i meet some problems.

hello, can you run train? i met some problems when run train.py can you give me some help?