Non-stationary texture synthesis by adversarial expansion

SIGGRAPH 2018


Reviews

Information

  • Paper topic: Images
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 5
  • Software language: Python
  • License: MIT
  • Build mechanism: Not applicable (python, Matlab..)
  • Dependencies: pytorch/cuda
  • Documentation score {0,1,2}: 1
  • Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 100min

Source code information

Comments

The code is supposed to support python3 (script train_half_style starts with python3), but several changes need to be made to make it work with python3: tensor[0] should be replaced by tensor.item(), xrange() should be replaced by range(). Needs also visdom and dominate package which were not listed in the README.