Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

downloadTopNImages isn't used to limit the number of images to download #1

Description

@vapaunic

downloadTopNImages = sys.maxsize #set to e.g. 50 to only download the first 50 of the 428 images

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions