Git Product home page Git Product logo

powerai-data-sync's Introduction

Create a root folder

Create subfolders. Script assumes subfolder will match category name.

{
  "credentials": {
    "endpoint": "<powerai_vision_url>:<powerai_vision_port>",
    "username": "<username>",
    "password": "<password>",
    "time_token_received": "",
    "token": "35bf6b87-be86-427d-b95d-b45651b3f41e"
  },
  "recursive": 1,
  "threshold": 3,
  "skip_duplicates": 1,
  "time": 10,
  "dataset": {
    "name": "classifier",
    "action": "append"
  },
  "folders": [
    "/Users/[email protected]/projects/powerai-data-sync/images"
  ],
  "categories": {
    "buildings": "buildings"
  }
}

TODO, implement suggestion from below to add python script as a background windows service

https://stackoverflow.com/a/32440

// dataset_action options can be to either append or create. \n // if create, use name as prefix with timestamp, and train a new model.\n // if appending to existing dataset, retrain model \n ",

"comment": "\n // here, we're assuming that the category of a set of images match their enclosing folder name. \n // if that is not the case, override the category name here (folder_name: category_name) \n

"comment": "// number of images that can be added until upload is triggered",

"comment": "// time (seconds) to wait after threshold is surpassed to upload",

powerai-data-sync's People

Contributors

kkbankol-ibm avatar

Watchers

 avatar  avatar

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.