You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried the code using the following command python ./motion-cosegmentation/part_swap.py --source_image ./final.jpeg --target_video ./crop.mp4 --checkpoint vox-first-order.pth.tar --config ./motion-cosegmentation/config/vox-256-sem-10segments.yaml --supervised --first_order_motion_model --swap_index 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
However, I am getting deformed outputs. I have attached the input video - crop.mp4. This is obtained by using crop-video.py from one of your other repos. I have also attached 4 sample images used on the same video and their 4 deformed results. I made sure that crop.mp4 & test*.jpg are all of 256x256 resolution. face_swap_4_examples.zip
Can you please help me with this ?
The text was updated successfully, but these errors were encountered:
Hello @AliaksandrSiarohin !
Thanks for sharing such an awesome work.
I have tried the code using the following command
python ./motion-cosegmentation/part_swap.py --source_image ./final.jpeg --target_video ./crop.mp4 --checkpoint vox-first-order.pth.tar --config ./motion-cosegmentation/config/vox-256-sem-10segments.yaml --supervised --first_order_motion_model --swap_index 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
However, I am getting deformed outputs. I have attached the input video -
crop.mp4
. This is obtained by usingcrop-video.py
from one of your other repos. I have also attached 4 sample images used on the same video and their 4 deformed results. I made sure thatcrop.mp4
&test*.jpg
are all of 256x256 resolution.face_swap_4_examples.zip
Can you please help me with this ?
The text was updated successfully, but these errors were encountered: