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
File "/content/MangaRestoration/core/datasetreal.py", line 25, in __init__
self.data = [i for i in np.genfromtxt(os.path.join(data_args['flist_root'], data_args['name2'], split+'.flist'), dtype=np.str, encoding='utf-8',delimiter="\n")]
TypeError: iteration over a 0-d array
With an flist made with !python scripts/flist.py --path datazip/manga1/test --output flist/manga1/test.flist and one grayscale PNG in the test path.
The text was updated successfully, but these errors were encountered:
With an flist made with
!python scripts/flist.py --path datazip/manga1/test --output flist/manga1/test.flist
and one grayscale PNG in the test path.The text was updated successfully, but these errors were encountered: