Fix Masked image output
Fix Masked image output:
The position of the image and the mask is incorrect, because the mask is inconsistent with the size of the image.
If the image passes through the branch of 'is_checked_crop', human_img will crop, and the corresponding mask should also be cropped simultaneously
The origin code show image:

The fixed one show image:

合并状态:未合并 0 条评论