icon-lab / ResViT

Official Implementation of ResViT: Residual Vision Transformers for Multi-modal Medical Image Synthesis
Other
133 stars 26 forks source link

A question about visdom in this code #7

Closed yeb1010 closed 2 years ago

yeb1010 commented 2 years ago

After I run the test code, the visdom tool generate nothing. But as the picture shown

屏幕截图 2022-04-08 111617 屏幕截图 2022-04-08 111750

image there is nothing code bug about visdom as the second picture shown. BUT there is nothing in http://localhost:8097/, as the third picture shown.

yeb1010 commented 2 years ago

I write some simple codes to test if my visdom tool or internet are wrong, but it generates the picture:

image

Could you please tell me why visdom in your code generate nothing? thanks a lot!

yeb1010 commented 2 years ago

I guess there are not codes to activate web visdom. But how do I assess my test data?

onat-dalmaz commented 2 years ago

Well, inference data is saved to the path specified by "results_dir". You can see your test data there.