https://github.com/bearpaw/pytorch-pose
2019.11 这个没跑起来:
原版是17年的:
https://github.com/YuliangXiu/MobilePose-pytorch
报错:
Can't get attribute 'Net' on <module 'networks' from 'D:\\project\\pose\\git_fall_detect\\MobilePose-pytorch\\networks\\__init__.py'>
有个库networks 和文件名重复了。
这个能跑,但是没有任何结果:
class ResEstimator:
def __init__(self, graph_path, target_size=(224, 224)):
self.target_size = target_size
self.graph_path = graph_path
pickle.load = partial(pick