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
When I run the following command, I get an error:
python project_images.py aligned_images/ generated_images/
Traceback (most recent call last):
File "project_images.py", line 121, in
main()
File "project_images.py", line 107, in main
proj.set_network(Gs)
File "/home/hoenicke_florian/stylegan2encoder/projector.py", line 117, in set_network
self._lpips = misc.load_pkl(self.vgg16_pkl) # vgg16_zhang_perceptual.pkl
File "/home/hoenicke_florian/stylegan2encoder/training/misc.py", line 26, in load_pkl
with open_file_or_url(file_or_url) as file:
File "/home/hoenicke_florian/stylegan2encoder/training/misc.py", line 22, in open_file_or_url
return dnnlib.util.open_url(file_or_url, cache_dir='.stylegan2-cache')
File "/home/hoenicke_florian/stylegan2encoder/dnnlib/util.py", line 383, in open_url
raise IOError("Google Drive download quota exceeded -- please try again later")
OSError: Google Drive download quota exceeded -- please try again later
The text was updated successfully, but these errors were encountered:
When I run the following command, I get an error:
python project_images.py aligned_images/ generated_images/
Traceback (most recent call last):
File "project_images.py", line 121, in
main()
File "project_images.py", line 107, in main
proj.set_network(Gs)
File "/home/hoenicke_florian/stylegan2encoder/projector.py", line 117, in set_network
self._lpips = misc.load_pkl(self.vgg16_pkl) # vgg16_zhang_perceptual.pkl
File "/home/hoenicke_florian/stylegan2encoder/training/misc.py", line 26, in load_pkl
with open_file_or_url(file_or_url) as file:
File "/home/hoenicke_florian/stylegan2encoder/training/misc.py", line 22, in open_file_or_url
return dnnlib.util.open_url(file_or_url, cache_dir='.stylegan2-cache')
File "/home/hoenicke_florian/stylegan2encoder/dnnlib/util.py", line 383, in open_url
raise IOError("Google Drive download quota exceeded -- please try again later")
OSError: Google Drive download quota exceeded -- please try again later
The text was updated successfully, but these errors were encountered: