downloadTopNImages isn't used to limit the number of images to download
vapaunic opened this issue · 0 comments
vapaunic commented
Hi Patrick, this variable doesn't actually get used anywhere in the download data script. Maybe your intention was to add this in the for loop:
if counter == downloadTopNImages:
break
Thanks, Vanja