Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Blizzard Model #44

Closed
PetrochukM opened this issue Mar 22, 2018 · 6 comments
Closed

Blizzard Model #44

PetrochukM opened this issue Mar 22, 2018 · 6 comments

Comments

@PetrochukM
Copy link

Can't use the Blizzard model without the original training data:

Traceback (most recent call last):
  File "generate.py", line 156, in <module>
    main()
  File "generate.py", line 83, in main
    train_dataset = NpzFolder(train_args.data + '/numpy_features')
  File "/home/michael/Desktop/loop/data.py", line 84, in __init__
    self.NPZ_EXTENSION))
RuntimeError: Found 0 npz in subfolders of: data/blizzard/numpy_features
Supported image extensions are: npz

Looks generate.py uses parameters in the training data to generate.py

@adampolyak
Copy link
Contributor

Fixed in 84234d3.

@PetrochukM
Copy link
Author

Hi!

Thanks for your quick work. The code is still dependent:

Line 83, generate.py:
train_dataset = NpzFolder(train_args.data + '/numpy_features')

Line 156, utils.py:
fid = open(norm_info_file, 'rb')

@adampolyak
Copy link
Contributor

Right, it was still dependent on the norm file.

Check it out now, you'll need to download blizzard model again to obtain the norm file.

@PetrochukM
Copy link
Author

Okay! I'll need to download the blizzard model and extract features to obtain the norm file, right?

@adampolyak
Copy link
Contributor

adampolyak commented Mar 22, 2018 via email

@PetrochukM
Copy link
Author

Perfect! Thanks worked well!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants