MB-29 / optimal-textures

Optimal deep texture generation and style transfer based on Eric Risser's paper
MIT License
26 stars 3 forks source link

output_value_hook #3

Closed kilik128 closed 2 years ago

kilik128 commented 2 years ago

Traceback (most recent call last): File "run.py", line 10, in from style_transfer import StyleTransfer File "/content/optimal-textures/style_transfer.py", line 5, in from utils import output_value_hook, sliced_transport, image_preprocessing, vgg_normalization ImportError: cannot import name 'output_value_hook' from 'utils' (/content/optimal-textures/utils.py)

MB-29 commented 2 years ago

Thanks, it should be solved now.