about myself image test and run train.py have a error?
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
First of all thanks a lot for the code you posted, a few questions
- How to drive my own images instead of the Fashion Video Dataset dataset,
- about iper datasets trained model ?
- whether i need to retrain the model to drive my own images
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'