Official PyTorch implementation of "I2L-MeshNet: Image-to-Lixel Prediction Network for Accurate 3D Human Pose and Mesh Estimation from a Single RGB Image", ECCV 2020
I test your model with the speed_test in https://github.com/facebookresearch/LeViT/blob/main/speed_test.py.
And get the result of
300 fps on 2080ti and 0.42 fps on cpu, which is inconsistent with your 25 fps.
Do you get the inference time on GPU or CPU?
Thank you.
I test your model with the speed_test in https://github.com/facebookresearch/LeViT/blob/main/speed_test.py. And get the result of 300 fps on 2080ti and 0.42 fps on cpu, which is inconsistent with your 25 fps. Do you get the inference time on GPU or CPU? Thank you.