Results 8 comments of Levin Dabhi

Hey @SarahH20, https://github.com/minar09/cp-vton-plus/issues/36#issuecomment-725674701 @josearangos solution is easy and quick to use, but I tired pre-trained model of [U2net](https://github.com/NathanUA/U-2-Net) and its working fine for me in almost all cases.

I am not sure what your actual question is. If you are asking about the issue of wrong output in the marked region from the below image, then it is...

Also, your idea of using DetectronV2 is nice. I would be more than happy to add a feature of cloth segmentation in multi-person picture into this repo through your pull...

The issue is because of PIL.Image putpalette I visualize only the upper body before putting palette and such artefacts are not there while its there in the final output ![hstack](https://user-images.githubusercontent.com/36536926/161401516-f19eff5d-bda9-4870-a3f3-de223f59b96d.png)

Thanks @Hygens @MaxS1996 for the comments. Here is the summary from the above thread that works for me. Install clang-9 instead of 8 using `sudo apt install clang-9` In `update-alternatives`...

@freshn Can you please share your TensorFlow version in which you are able to run successfully

Steps you mentioned is correct for inferencing image. I tried to match with paper details but I am also not satisfied with results I am getting on test data. There...