Results 3 comments of Zuozhen

> Or do you know offhand whether Facebook's VideoPose3D would be slower or faster than your model? I tried running VideoPose3D on Android, but it's really slow; I'm wondering whether...

code is as following: `from models.pfld import PFLDInference import torch img = get_test_img() # here is input checkpoint = torch.load('test_model.pth.tar') pfld_backbone = PFLDInference() pfld_backbone.load_state_dict(checkpoint['pfld_backbone']) _, landmarks1 = pfld_backbone(img) import onnxruntime...

Thanks for your reply. I forget how or whether I fixed it and now I do not take such research anymore though...