Wangcehao

Results 2 issues of Wangcehao

only change the def main,code as follow: def main(): test_path = 'testdata' save_path = 'result' imgs = os.listdir(test_path) time_sum = 0 for file in imgs: # img_name = sys.argv[1] img_name...

Thank you very much for sharing idea. I am a student who is learning GAN for prediction and very interesting in your research,Could you share the code with me. If...