sangyun884 / HR-VITON

Official PyTorch implementation for the paper High-Resolution Virtual Try-On with Misalignment and Occlusion-Handled Conditions (ECCV 2022).
825 stars 171 forks source link

Can't run Openpose #65

Open trthminh opened 1 year ago

trthminh commented 1 year ago

When i run openpose in colab, it give me run out of memory . How can i fix it? Thanks.

Malthehave commented 1 year ago

Hi @trthminh did you ever solve this?

MosbehBarhoumi commented 1 year ago

Hello @Malthehave and @trthminh ,

I wanted to share two resources with you that I found on Github. The first one is an openpose.ipynb file that you can find at this link: https://github.com/LittleOgre-13BI/CV-Change/blob/main/openpose.ipynb. It might be helpful for your work.

The second resource is a Github repository called TryYours-Virtual-Try-On that you can find here: https://github.com/lastdefiance20/TryYours-Virtual-Try-On. However, I should note that they don't use the same pre-processing approaches, so the results might be a bit noisy.

I hope you find these resources useful!

Malthehave commented 1 year ago

Thanks so much for sharing @MosbehBarhoumi! That will surely be very helpful.

KIRAN-MK-211 commented 1 year ago

@MosbehBarhoumi The notebook you shared doesnt seem to work. The build directory is not being created. Can you please share how its done?

AI1120 commented 11 months ago

I wanted to share two resources with you that I found on Github. The first one is an openpose.ipynb file that you can find at this link: https://github.com/LittleOgre-13BI/CV-Change/blob/main/openpose.ipynb. It might be helpful for your work.

Hi, @Malthehave , This notebook doesn't work. I have errors like this.

/content/openpose
/bin/bash: line 1: ./build/examples/openpose/openpose.bin: No such file or directory

Can you share the code?