mnicnc404/CartoonGan-tensorflow

Images are not processing and saving into output_images directory

akay4ty7 opened this issue · 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.