Open zhanghongyong123456 opened 1 year ago
First of all thanks a lot for the code you posted, a few questions
i want to test my source image and driving video(reference video ),like this demo ,how to do this on our project
My test results:
my test video,The driving action is fine, but the generated portrait seems to be problematic
https://github.com/rocketappslab/BDMM/assets/48466610/c7704496-4a0a-48d9-8209-a472c89fcfee
Me, either! I also have the same problem!!
self.pre_warp_feat_iter = [each.detach() for each in self.pre_warp_feat_iter] AttributeError: 'NoneType' object has no attribute 'detach'
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