HongwenZhang / PyMAF-X

[TPAMI 2023] PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images
https://www.liuyebin.com/pymaf-x
Other
210 stars 28 forks source link

openpifpaf installation error #88

Open iamthephd opened 3 months ago

iamthephd commented 3 months ago

I am getting a building error for openpifpaf==0.13.1 in Google Colab. I tried version 0.10.1 but for that the predictor and stream modules are not available. Anyone knows any alternative?

soltkreig commented 3 months ago
git clone https://github.com/openpifpaf/openpifpaf.git
cd openpifpaf
python setup.py install

pip install doesn't work

sonukiller commented 3 months ago

Can you tell which torchvision version are you using? For the given version i.e. 0.10.0, I am getting AttributeError: module 'torchvision.ops.misc' has no attribute 'SqueezeExcitation'

I tried this issue as well but still getting errors while installing it.

It would be great if you can share your conda environment or Docker file!