ProGamerGov / neural-style-pt

PyTorch implementation of neural style transfer algorithm
MIT License
833 stars 178 forks source link

Content image iteration #67

Closed Natharantos closed 3 years ago

Natharantos commented 4 years ago

Is it possible to iterate though a folder of content images?

ProGamerGov commented 4 years ago

It's not possible as the code does not currently have that capability. But it could easily be done with a simple bash script or something like that.