BDMM
BDMM copied to clipboard
Official PyTorch implementation of BDMM: Bidirectionally Deformable Motion Modulation For Video-based Human Pose Transfer [ICCV 2023]
I run train.py with your code but I ve got Nan in loss graph. I did not change dataset and any setting. 
when i run train.py ,i have a error:  i print self.pre_warp_feat_iter ,i find this  i find define : nxt_warp_feat_iter = [None, feat_warp64_state, feat_warp128_state],but None have no detach 
This repository uses the following code in this [file](https://github.com/rocketappslab/BDMM/blob/main/evaluation/getMetrics_animation.py). But the formula should be `10 * math.log10(255.0 / math.sqrt(mse))`, The result of the calculation is 2 times larger than the...
Thanks for your great work. I want to know wheather getMetrics_animation.py can eval the performance on other datasets such as Tiktok dataset. Hope for your reply. Thank you!