You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this version of SIGGRAPH17!
I see great potencial using your tool for some domestic experiences.
That said, i´d like to report the problem i´m having and see if you can help or give a suggestion.
I´m extracting frames from old B&W movies, and trying to batch processing them using your tool, instead of a Conda/Python tool.
After extracting all the frames of a movie to an external folder, i tried to batch process the files there using COLOR_GAN.
After that i tried to process all the files there using the EXT subfolder... didn´t work.
Then i moved all the files to the application folder, and used the following script:
:: Colorize every image
set formats=*.jpg *.png
for %%g in (%formats%) do start "COLOR_GAN.exe -i" "%%g"
It worked just for the last image in the subdirectory, but maybe the problem is that the processed file is renamed to "result_colored_out.png" overwriting the other files.
I notice that it opened around 30 files in Irfanview during the process...
I guess that the other issue and the code suggested would help to avoid this, and eventual memory problems.
If you prefer i can register more information regarding features, and steps to reproduce the problem.
Directions so we can compile the tool and help you testing, would be nice too!
Thanks!
The text was updated successfully, but these errors were encountered:
First of all, thanks for this version of SIGGRAPH17!
I see great potencial using your tool for some domestic experiences.
That said, i´d like to report the problem i´m having and see if you can help or give a suggestion.
I´m extracting frames from old B&W movies, and trying to batch processing them using your tool, instead of a Conda/Python tool.
After extracting all the frames of a movie to an external folder, i tried to batch process the files there using COLOR_GAN.
The frames were extracted with in a .bat script
After that i tried to process all the files there using the EXT subfolder... didn´t work.
Then i moved all the files to the application folder, and used the following script:
It worked just for the last image in the subdirectory, but maybe the problem is that the processed file is renamed to "result_colored_out.png" overwriting the other files.
I notice that it opened around 30 files in Irfanview during the process...
I guess that the other issue and the code suggested would help to avoid this, and eventual memory problems.
If you prefer i can register more information regarding features, and steps to reproduce the problem.
Directions so we can compile the tool and help you testing, would be nice too!
Thanks!
The text was updated successfully, but these errors were encountered: