ANZE
ANZE
What will happen if you use this method to change face?
update run inference (bug) add run inference inpaint add run inference tryon add run inference talking fix bug 1: https://github.com/modelscope/facechain/blob/ad1fc19affd5dd3027980388b168c6ec2a0c52b6/run_inference.py#L79C4-L79C4 https://github.com/modelscope/facechain/blob/ad1fc19affd5dd3027980388b168c6ec2a0c52b6/facechain/inference.py#L597 fix bug 2: (read png 4channel) https://github.com/modelscope/facechain/blob/ad1fc19affd5dd3027980388b168c6ec2a0c52b6/facechain/inference_tryon.py#L270
I run "python run_inference.py", error is ``` if int(sr_img_size) != 0: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType' ``` I suspect this...
In the code, the image is resized to 512, but the mask does not perform any operations. Their shapes are different https://github.com/zllrunning/face-parsing.PyTorch/blob/d2e684cf1588b46145635e8fe7bcc29544e5537e/face_dataset.py#L47 https://github.com/zllrunning/face-parsing.PyTorch/blob/d2e684cf1588b46145635e8fe7bcc29544e5537e/face_dataset.py#L48 The latter is changed through RandomScale. I...
默认 python PPOCRLabel.py 没有问题, 可以正常标注 和识别. 使用 python PPOCRLabel.py --lang ch 报错. `-------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0 paddle_infer::Predictor::Predictor(paddle::AnalysisConfig const&) 1 std::unique_ptr paddle::CreatePaddlePredictor(paddle::AnalysisConfig const&) 2 paddle::AnalysisPredictor::Init(std::shared_ptr const&,...