Gaoyiminggithub / Graphonomy

Graphonomy: Universal Human Parsing via Graph Transfer Learning
MIT License
295 stars 68 forks source link

Issue with segmentation on images with 768X1024 resolution using Graphonomy #36

Open 777VaishaliDev opened 8 months ago

777VaishaliDev commented 8 months ago

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.

192X256 INPUT 192X256 Output 768X1024 INPUT 768X1024 OUTPUT