I am using the model for segmentation of human images. I am following the instructions
python exp/inference/inference.py --loadmodel data\pretrained_model\inference.pth --img_path ./img/00891_00_resize.jpg --output_path ./img/ --output_name 00891_00_parse.
The output is correct for images with resolution 192X256. However the output is not correct for images with resolution 768X1024. pls help me out.
I am using the model for segmentation of human images. I am following the instructions python exp/inference/inference.py --loadmodel data\pretrained_model\inference.pth --img_path ./img/00891_00_resize.jpg --output_path ./img/ --output_name 00891_00_parse.
The output is correct for images with resolution 192X256. However the output is not correct for images with resolution 768X1024. pls help me out.