CartoonGan-tensorflow icon indicating copy to clipboard operation
CartoonGan-tensorflow copied to clipboard

Images are not processing and saving into output_images directory

Open akay4ty7 opened this issue 3 years ago • 0 comments

image

Hello,

I'm currently having some issues when testing cartoonize.py. It seems as though the transforming of the image is not happening as shown above, the loading bar remains at 0%. I also have run into the following issues:

Traceback (most recent call last):
  File "cartoonize.py", line 371, in <module>
    main()
  File "cartoonize.py", line 356, in main
    transformed_image_path = save_transformed_image(output_image, image_filename, save_dir)
  File "cartoonize.py", line 126, in save_transformed_image
    image.save(transformed_image_path)
  File "D:\Python 3.6\lib\site-packages\PIL\Image.py", line 2161, in save
    fp = builtins.open(filename, "w+b")
FileNotFoundError: [Errno 2] No such file or directory: 'output_images\\shinkai\\input_images\\origami.jpg'

I would greatly appreciate some solutions.

akay4ty7 avatar Mar 09 '21 02:03 akay4ty7