Anuj Shah

Results 8 comments of 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 ![image](https://github.com/user-attachments/assets/30c1411a-fa68-4911-8601-35181cc35892)

Hey I have created colab notebook you can try that [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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