TokenPose
TokenPose copied to clipboard
Implementation for : TokenPose: Learning Keypoint Tokens for Human Pose Estimation (https://arxiv.org/abs/2104.03516). Accepted by ICCV 2021.
作者你好,我使用你的代码仓库配置,复现Tokenpose-B,但是精度低了一点,请问是不是配置有问题啊
How to visualize the attention diagram? Is there any relevant code?
请问作者,Transformer的每层都需要相同的位置编码吗?还是只有输入的那一层需要?
Hello, do you support multi person key point identification? I don't see where it was set up
您好!请问如何输出关键点连接后的图片呢?
Error occurs during dataloader: Traceback (most recent call last): File "tools/train.py", line 254, in main() File "tools/train.py", line 217, in main final_output_dir, tb_log_dir, writer_dict) File "/../lib/core/function.py", line 61, in train...
Can you share the training log file for TokenPose-L/D24 on the COCO dataset? I am running some experiments by tweaking certain things and I want the log file to crosscheck...