GithubHelp home page GithubHelp logo

pyimgdata's Introduction

pyimgdata

These are the Flickr License identifiers for images.

  • 0 All Rights Reserved
  • 1 Attribution-NonCommercial-ShareAlike License
  • 2 Attribution-NonCommercial License
  • 3 Attribution-NonCommercial-NoDerivs License
  • 4 Attribution License
  • 5 Attribution-ShareAlike License
  • 6 Attribution-NoDerivs License
  • 7 No known copyright restrictions
  • 8 United States Government Work
  • 9 Public Domain Dedication (CC0)
  • 10 Public Domain Mark

pyimgdata's People

Contributors

jeffheaton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pyimgdata's Issues

Stuck at 143 images

Hi I am trying to use this API to get some images for my project. But after certain point it is stuck with

2021-04-11 23:15:59,047 - root - INFO : Line 149 - Update for 1: images=93; errors=0; cached=31
2021-04-11 23:16:58,987 - root - INFO : Line 149 - Update for 2: images=142; errors=0; cached=170
2021-04-11 23:17:59,190 - root - INFO : Line 149 - Update for 3: images=142; errors=0; cached=329
2021-04-11 23:18:59,006 - root - INFO : Line 149 - Update for 4: images=142; errors=0; cached=542
2021-04-11 23:19:58,970 - root - INFO : Line 149 - Update for 5: images=142; errors=0; cached=697
2021-04-11 23:20:59,113 - root - INFO : Line 149 - Update for 6: images=142; errors=0; cached=1,032
2021-04-11 23:21:58,970 - root - INFO : Line 149 - Update for 7: images=142; errors=0; cached=1,339
2021-04-11 23:22:58,980 - root - INFO : Line 149 - Update for 8: images=142; errors=0; cached=1,681
2021-04-11 23:23:58,988 - root - INFO : Line 149 - Update for 9: images=142; errors=0; cached=1,864
2021-04-11 23:24:59,204 - root - INFO : Line 149 - Update for 10: images=142; errors=0; cached=2,121
2021-04-11 23:25:59,485 - root - INFO : Line 149 - Update for 11: images=142; errors=0; cached=2,384
2021-04-11 23:26:59,114 - root - INFO : Line 149 - Update for 12: images=142; errors=0; cached=2,635
2021-04-11 23:27:59,009 - root - INFO : Line 149 - Update for 13: images=142; errors=0; cached=2,844

could you please let me know how to fix this?

my config file

[FLICKR]
id = id
secret = key
[Download]
path =path
search = ship
prefix = ship
update_minutes = 1
license = 1,2,3
max_download = 10000
sources_file = path
[Process]
process = False
crop_square = False
min_width = 256
min_height = 256
scale_width = 256
scale_height = 256
image_format = jpg

API key format error

This seems like a very trivial error but I cannot seem to get this code to work with my API key. I get an error telling me the format is incorrect. Ive poured through documentation and cannot find the solution. Maybe you can help?

thank you

stuck at 143 images. only cached

Hi I am trying to use this API to get some images for my project. But after certain point it is stuck with

2021-04-11 23:15:59,047 - root - INFO : Line 149 - Update for 1: images=93; errors=0; cached=31
2021-04-11 23:16:58,987 - root - INFO : Line 149 - Update for 2: images=142; errors=0; cached=170
2021-04-11 23:17:59,190 - root - INFO : Line 149 - Update for 3: images=142; errors=0; cached=329
2021-04-11 23:18:59,006 - root - INFO : Line 149 - Update for 4: images=142; errors=0; cached=542
2021-04-11 23:19:58,970 - root - INFO : Line 149 - Update for 5: images=142; errors=0; cached=697
2021-04-11 23:20:59,113 - root - INFO : Line 149 - Update for 6: images=142; errors=0; cached=1,032
2021-04-11 23:21:58,970 - root - INFO : Line 149 - Update for 7: images=142; errors=0; cached=1,339
2021-04-11 23:22:58,980 - root - INFO : Line 149 - Update for 8: images=142; errors=0; cached=1,681
2021-04-11 23:23:58,988 - root - INFO : Line 149 - Update for 9: images=142; errors=0; cached=1,864
2021-04-11 23:24:59,204 - root - INFO : Line 149 - Update for 10: images=142; errors=0; cached=2,121
2021-04-11 23:25:59,485 - root - INFO : Line 149 - Update for 11: images=142; errors=0; cached=2,384
2021-04-11 23:26:59,114 - root - INFO : Line 149 - Update for 12: images=142; errors=0; cached=2,635
2021-04-11 23:27:59,009 - root - INFO : Line 149 - Update for 13: images=142; errors=0; cached=2,844

could you please let me know how to fix this?

my config file

[FLICKR]
id = id
secret = key
[Download]
path =path
search = ship
prefix = ship
update_minutes = 1
license = 1,2,3
max_download = 10000
sources_file = path
[Process]
process = False
crop_square = False
min_width = 256
min_height = 256
scale_width = 256
scale_height = 256
image_format = jpg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.