BDMM icon indicating copy to clipboard operation
BDMM copied to clipboard

about myself image test and run train.py have a error?

Open zhanghongyong123456 opened this issue 2 years ago • 2 comments

when i run train.py ,i have a error: image i print self.pre_warp_feat_iter ,i find this image i find define : nxt_warp_feat_iter = [None, feat_warp64_state, feat_warp128_state],but None have no detach
image

zhanghongyong123456 avatar Aug 07 '23 07:08 zhanghongyong123456

First of all thanks a lot for the code you posted, a few questions

  1. How to drive my own images instead of the Fashion Video Dataset dataset,
  2. about iper datasets trained model ?
  3. 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 image

My test results: image image

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

zhanghongyong123456 avatar Aug 12 '23 03:08 zhanghongyong123456

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'

9B8DY6 avatar Mar 31 '24 07:03 9B8DY6