Skip to content

Add a demo inference script #142

@varunsh-xilinx

Description

@varunsh-xilinx

A script that can accept some flags and run an inference for demonstration purposes is useful for a quickstart:

# fetch model(s) first
$ docker run...
$ python run_inference.py --gpu --model=resnet50 ./image.jpg
Dog

It doesn't need to expose all the options the server has (e.g. batch size) but just needs a simplified set of arguments and work with some set of models (enough for demo purposes)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions