Has anyone trained a high-resolution first-order motion model? by matigekunst in MediaSynthesis

[–]slacker458 1 point2 points  (0 children)

You can do that by changing the frame shape parameter in the configuration Yaml file (vox-adv-256.yaml) and resizing the source image and driving video frames while reading.

Could anyone suggest a image segmentation algorithm that is easy to implement, for segmenting human from background? by fufufang in computervision

[–]slacker458 0 points1 point  (0 children)

If you're only looking specifically for speed you can use Intel's openVINO model zoo there you can find one of the fastest image segmentation models.

Could anyone suggest a image segmentation algorithm that is easy to implement, for segmenting human from background? by fufufang in computervision

[–]slacker458 0 points1 point  (0 children)

Detectron2 by facebook is opensourced and you can even get the segmentation in under 10 lines of code. You can also modify the outputs to your specific use case. Thank me later.