AWR-Adaptive-Weighting-Regression
AWR-Adaptive-Weighting-Regression copied to clipboard
Code for paper <AWR: Adaptive Weighting Regression for 3D Hand Pose Estimation>. Accepted by AAAI 2020.
in train.py 121: loss = (loss_coord + loss_offset) if i want to try hg_2, loss should be set loss+ = (loss_coord + loss_offset) should i do this?PLZ
您好,非常感谢您的工作并愿意分享它们。 我在尝试复现您的工作时,发现在eval_tool.feed()里,对网络预测出来的结果使用M_inv进行了逆变换,但是ground truth并没有使用M_inv进行逆变换。这是为什么呢? 期待得到您的解答。
Hi there, When I tried to test the pre-trained model, it said: loading model from ./results/hourglass_1.pth {'epoch': 14, 'MPE': 7.700112, 'AUC': 0.8504827899520097} and the result was: [epoch -1][MPE 25.175][AUC 0.530]...
Can you provide the files of the coordinates of hand center point of hands2017、ICLV and MSRA datasets? Thank you so much.
您好,非常感谢您的工作并愿意分享它们。 为什么对于resnet和hourglass使用了不同的kernel_size(分别设置为了1,和0.4) 本人想要把AWR整合到其他的backbone中(比如HR-net),请问对于不同的backbone应该如何调整kernel_size呢?
作者您好,我在使用Resnet-50网络来训练时,发现训练难以收敛,是否可以提供更详细的参数配置呢?
作者你好,我在源代码里面怎么没找到AWR这个模块。请问这个模块在哪里?
Thank you for your work. Now i want to demo on an input image with custom format, how to do that.
Bumps [torch](https://github.com/pytorch/pytorch) from 1.1.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...