GoGoDuck912 / Self-Correction-Human-Parsing

An out-of-box human parsing representation extractor.
MIT License
1.05k stars 236 forks source link

Wrong Inference Results of demo with pretrained #91

Open sugarbeet34 opened 4 months ago

sugarbeet34 commented 4 months ago

I followed the instruction to create a virtual environment (Ubuntu 22.04 with 3090 gpu, cuda10.1, python3.8), and ran the simple_extractor.py with the given pretrained model to infer on the demo.png, but got wrong answer as the image below. image

And then I tried to create a new environment with the same version as the colab demo (cuda 12.2, python 3.10), but still got wrong answers. And it's so strange that everytime I run the inference, the result image is wrong but different. Could anyone please tell me how to solve this? 😔 image image

sugarbeet34 commented 4 months ago

I tried the three pretrained models but none got available results, could anyone help? ::(