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

add resnet cpp handler #2514

Open
wants to merge 11 commits into
base: cpp_backend
Choose a base branch
from

Commits on Aug 2, 2023

  1. add resnet cpp handler

    Ubuntu committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    762480d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fix handler post-processing

    Ubuntu committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    49ddf66 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. add opencv pre-processing

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a781796 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix pre-processing

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ec7e7f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. code refactor

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    327ad4d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. change response to json format

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2216b00 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. remove return 1

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2e74728 View commit details
    Browse the repository at this point in the history
  2. fix resnet test

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    beefa50 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. move tensors to cpu for json conversion

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    46fadcd View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. add opencv gpu support

    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d4a431a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. - add separate cmakelists

    - cleanup
    
    Signed-off-by: jagadeesh <jagadeeshj@ideas2it.com>
    jagadeesh committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3a6df4e View commit details
    Browse the repository at this point in the history