You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: