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
Fix: rewrite line 61 of DownloadRedditDataset.py to reference each0 rather than each.
Error message:
Traceback (most recent call last):
File "DownloadRedditDataset.py", line 98, in
downloadImagesforAllJsons(jsonDir,outputDir)
File "DownloadRedditDataset.py", line 83, in downloadImagesforAllJsons
downloadFromJson(os.path.join(jsonDir,f),outDir)
File "DownloadRedditDataset.py", line 76, in downloadFromJson
downloadImages(imageURLList,imageNameList,os.path.join(outDir,jsonGraph['title']))
File "DownloadRedditDataset.py", line 61, in downloadImages
imageNameList[each[1]] = (None,None,None)
NameError: global name 'each' is not defined
The text was updated successfully, but these errors were encountered:
Fix: rewrite line 61 of DownloadRedditDataset.py to reference
each0
rather thaneach
.Error message:
The text was updated successfully, but these errors were encountered: