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
507 stars 126 forks source link

no images show #68

Closed shu0o0yX closed 1 year ago

shu0o0yX commented 1 year ago

@cuiaiyu @dmckee5 Hi, my print information is the same as your demo.ipynb, but the images can't be shown. Could you help me? image

it's result of demo: image

shu0o0yX commented 1 year ago

I solved it, if we don't use Jupyter Notebook, we can't use "matplotlib.use('Agg')" in pose_utils.py, and add plt.show() in plot_img. hope that help.