PeterL1n / RobustVideoMatting

Robust Video Matting in PyTorch, TensorFlow, TensorFlow.js, ONNX, CoreML!
https://peterl1n.github.io/RobustVideoMatting/
GNU General Public License v3.0
8.61k stars 1.14k forks source link

composite image has a pink edge around the human #6

Closed pango99 closed 3 years ago

pango99 commented 3 years ago

Hi, I do a test to below image, I found there is a pink edge around the human on composite and fbr image, I noticed that the beauty in the image was standing in front of blue screen,so whether the pink edge related to this ?

this is the command I used to do the test: python inference.py --variant resnet50 --checkpoint ../Pretrained/rvm_resnet50.pth --device cpu --input-source n:/AIImage/test --downsample-ratio 0.25 --output-composition ./output/comp --output-alpha ./output/alpha --output-foreground ./output/fore --output-type png_sequence

PeterL1n commented 3 years ago

The model probably didn't get trained to work on this uncommon color combinations...