muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
319 stars 47 forks source link

Cannot import name 'BodyMeasurements' from 'body_measurements' #59

Closed chill781 closed 3 weeks ago

chill781 commented 3 weeks ago

I can't run the demo.py beacause the ImportError: cannot import name 'BodyMeasurements' from 'body_measurements' (unknown location). And I have checked the body_measurements module,there is no such class called 'BodyMeasuremnets'.Can somebody tell me how to solve this?

chill781 commented 3 weeks ago

I figure this out,should install mesh-mesh-... first.