Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOG serverless function + some fixes #2578

Merged
merged 33 commits into from
Feb 10, 2021
Merged

IOG serverless function + some fixes #2578

merged 33 commits into from
Feb 10, 2021

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    40275cf View commit details
    Browse the repository at this point in the history
  2. Fix function.yaml for IOG

    Nikita Manovich committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    f8bfb5f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Add "processorMountMode: volume" to restart containers after reboot (…

    …requires nuctl 1.5.0)
    Nikita Manovich committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    5e8ccd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4c8e0 View commit details
    Browse the repository at this point in the history
  3. Fix for points translation from crop to image.

    Nikita Manovich committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    3cbd3c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Add crop_box parameter to IOG function

    Nikita Manovich committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    afc7eef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f538f30 View commit details
    Browse the repository at this point in the history
  3. Update nuclio dashboard till 1.5.1 version

    Nikita Manovich committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d23e76b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Support neg_points in interactors

    Nikita Manovich committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    119d30f View commit details
    Browse the repository at this point in the history
  2. Add dummy serverless function for optimization

    Nikita Manovich committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    208528d View commit details
    Browse the repository at this point in the history
  3. Remove dummy serverless function and update the list of available ser…

    …verless functions
    Nikita Manovich committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3f647d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Improved deployment process of serverless functions

    Nikita Manovich committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    8f7a055 View commit details
    Browse the repository at this point in the history
  2. Improve installation.md for serverless functions.

    Nikita Manovich committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    1b14f38 View commit details
    Browse the repository at this point in the history
  3. Minor changes in doc for serverless

    Nikita Manovich committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    ec08d4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbd5dbc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    b8951c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    d3b1df3 View commit details
    Browse the repository at this point in the history
  2. Revert the tutorial.

    Nikita Manovich committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    b7b4d79 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    303eea5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Merged develop

    Boris Sekachev committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5b33aca View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Merge branch 'nm/serverless_iog' of github.com:openvinotoolkit/cvat i…

    …nto nm/serverless_iog
    Nikita Manovich committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    9f25e8b View commit details
    Browse the repository at this point in the history
  2. Fix codacy issues

    Nikita Manovich committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    63eb39d View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG, use NUCLIO_DASHBOARD_DEFAULT_FUNCTION_MOUNT_MODE as

    recommended by nuclio developers.
    Nikita Manovich committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    2defc22 View commit details
    Browse the repository at this point in the history
  4. Removed volume mode from functions (it is handled by

    NUCLIO_DASHBOARD_DEFAULT_FUNCTION_MOUNT_MODE now)
    
    nuclio/nuclio#2058
    Nikita Manovich committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d64c0ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16fefe7 View commit details
    Browse the repository at this point in the history
  6. Revert wrong changes

    Nikita Manovich committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    97e2984 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd58eb2 View commit details
    Browse the repository at this point in the history
  8. Reverted changes in requirements for cvat (numpy).

    Nikita Manovich committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    7f7d6f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Dashboard env variable doesn't work by a reason. Added back mountMode

    for every function.
    Nikita Manovich committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    049c643 View commit details
    Browse the repository at this point in the history
  2. Fix IOG function with conda environment

    Nikita Manovich committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    34177f3 View commit details
    Browse the repository at this point in the history
  3. Fix tensorflow matterport/mask_rcnn

    Nikita Manovich committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ece913b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b65c03d View commit details
    Browse the repository at this point in the history
  5. Bump version of cvat-ui.

    Nikita Manovich committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e76be34 View commit details
    Browse the repository at this point in the history