Anuj Shah
Anuj Shah
@akashdeepshah @sdrdis any update on this ?
also sometimes when we update the data variable it does not reflect in table.
any updates here ?
> Have you tried something like: `this.data = [... this.data]`? Yes I have tried this way as well
I was facing the same issue today but found solution by updating this settings: cropped_faces, restored_faces, restored_img = restorer.enhance( input_img, has_aligned=False, only_center_face=False, paste_back=True, weight=0.5) has_aligned to False and only_center_face to...
I was facing the same issue today but found solution by updating this settings: cropped_faces, restored_faces, restored_img = restorer.enhance( input_img, has_aligned=False, only_center_face=True, paste_back=True, weight=0.5) has_aligned to False 
Hey I have created colab notebook you can try that [](https://colab.research.google.com/github/anuj509/MuseTalk/blob/main/notebooks/MuseTalk_Demo.ipynb)
They suggested to use https://github.com/TencentARC/GFPGAN for superresolution. try this maybe on image sequences