AliaksandrSiarohin

Results 255 comments of AliaksandrSiarohin

I use openpose checkpoint for detecting. So they asume images like in ms coco. But it generalize to other resolutions. Do you get -1 in all the images? You can...

No you can not, at least it is not straight folward. The joint is hardcoded in these 18 keypoints and affine transformations is defined for them manually.

Guess you do not have a numpy installed. Check dependencies in requirements.txt

This is rather complicated, need to write code for frame detection and back Inpainting.

I guess it will be easier to try some exiting solution for this.

1. Slice the video into chunks using https://github.com/AliaksandrSiarohin/first-order-model/blob/master/crop-video.py 2. Also crop image Win Diesel using paint to make it a square image. 3. Run a face swap for all chunks...

Yes, crop video will produce you ffmpeg commands for cropping. Also you may need to tweek default parameters of crop-video, if you want to include all the chunks.

Not sure if I get what you mean. Can you provide an example?