There are currently scripts to create the images for the parameters from the reference implementation as well as for the paper. However, the file name is currently the same for both scripts. Therefore, I would suggest that similar to johnson_et_al_2016, the name is adjusted depending on impl_params so that the files are not overwritten when both variants are created.
Example: gatys_ecker_betghe_2016
Current: "_fig_2_d.jpg"
New: "_fig_2d.jpg_" if impl_params else "_fig_2d_paper.jpg"
This would affect the scripts of:
gatys_ecker_betghe_2016gatys_et_al_2017li_wand_2016
There are currently scripts to create the images for the parameters from the reference implementation as well as for the paper. However, the file name is currently the same for both scripts. Therefore, I would suggest that similar to
johnson_et_al_2016
, the name is adjusted depending onimpl_params
so that the files are not overwritten when both variants are created.Example:
gatys_ecker_betghe_2016
Current: "_fig_2_d.jpg" New: "_fig_2d.jpg_" ifimpl_params
else "_fig_2d_paper.jpg"This would affect the scripts of:
gatys_ecker_betghe_2016
gatys_et_al_2017
li_wand_2016
What do you think @pmeier ?