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

Run inference with .joint model #6

Open
mikel-brostrom opened this issue Apr 19, 2023 · 0 comments
Open

Run inference with .joint model #6

mikel-brostrom opened this issue Apr 19, 2023 · 0 comments

Comments

@mikel-brostrom
Copy link

I want to run inference on my exported .joint model to be able to evaluate its INT8 COCO mAP performance. I only see one way of doing this:

pulsar run\
    my_model.joint\
    --input resnet18_export_data/images/cat.jpg\
    --output_gt inference_results

And then read the the generated .npy file. I want to avoid reading from file as it is a very time consuming operation. Is there a way of returning the results from the system call itself? Are you planning to implement this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant