cuiaiyu / dressing-in-order

(ICCV'21) Official code of "Dressing in Order: Recurrent Person Image Generation for Pose Transfer, Virtual Try-on and Outfit Editing" by Aiyu Cui, Daniel McKee and Svetlana Lazebnik
https://cuiaiyu.github.io/dressing-in-order
Other
513 stars 127 forks source link

Results are not displayed #39

Closed dubbie12 closed 2 years ago

dubbie12 commented 2 years ago

Hello, thank you so much for this great work. I have a problem trying to test the demo on google colab, when I execute the Try-On: Tucking in although no error is showed I can not see any result image

I also get this when I run the code before, I dont know if this can be related image

cuiaiyu commented 2 years ago

The notebook has nothing to do with the tensorboard. It is a notebook rendering problem. Try to add %matplotlib inline in the block you want the images printed

dubbie12 commented 2 years ago

It worked. Thank you so much image