Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Images are not processing and saving into output_images directory #48

@akay4ty7

Description

@akay4ty7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions