anibali / margipose

3D monocular human pose estimation
Apache License 2.0
98 stars 20 forks source link

Error of run test_onnx.py #16

Closed www516717402 closed 4 years ago

www516717402 commented 4 years ago

Great project. Thank you for share. When I run test_onnx.py with param: feature_extractor='resnet50', Conv layer channels error. I am looking for the reason.

anibali commented 4 years ago

The 'resnet50' feature_extractor option was broken due to a mismatched number of feature maps. Fixed in https://github.com/anibali/margipose/commit/e96d59187dc17651ab184ca263f9a1a150cfa201.