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 a demo inference script #142

Open
varunsh-xilinx opened this issue Feb 27, 2023 · 0 comments
Open

Add a demo inference script #142

varunsh-xilinx opened this issue Feb 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@varunsh-xilinx
Copy link
Member

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)

@varunsh-xilinx varunsh-xilinx added the enhancement New feature or request label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant