Giter Club home page Giter Club logo

test-bulkinsertbenchmark's People

test-bulkinsertbenchmark's Issues

Vimax - storing detection results in History

Problem

We started storing image detection results to history raw storage (Avro) and re-using it on history collections. Such a solution allows to optimize usage of IR resources.

But it implies that we might provide image detection of sub-optimal quality on history collections:

  • If a client buys a logo and collects history, he might not get logo detections if we were not able to detect that logo back when the image was analyzed.
  • If a model is updated significantly, e.g. set of possible values for a certain image attribute is changed, some mentions collected via history will not reflect that update.

This was different before we introduced re-using of detections- history collections to topics with VI enabled got results from the latest IR version.

Ideas

  1. Store date of on when detection was stored - such way we will be able to introduce logic later to determine if the result is too stale to be reused.
  2. If we go to IR API for mention collected from history (i.e. detection was missing in Avro or stale), we store it to History
  3. Have endpoint on IR API to just detect logos to mitigate scenario with missing logos (?? Should we bother? What are the computational resources required compared to the full detection?)

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.