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

How to run a compiled model on the hardware (VCK190) ? #1479

Open
MeltedHyperion07 opened this issue Oct 8, 2024 · 0 comments
Open

How to run a compiled model on the hardware (VCK190) ? #1479

MeltedHyperion07 opened this issue Oct 8, 2024 · 0 comments

Comments

@MeltedHyperion07
Copy link

So we are done with quantization and compilation of our custom model (landmark regression) based on HRNet.
(Small issue with compilation : #1478 )
Now we need to run it on the hardware. We looked into the documentation and it seems we need to use the Vitis AI runtime and library but we couldnt find any proper documentation for how to use it.
(I believe this is what we used for running the resnet50 example. For the pytorch resnet18 example we had these files for executing the xmodel as well:
image
image
image

we used to build these files and then execute the xmodel using the builds

[Target] $ ./test_jpeg_classification resnet18_pt ~/Vitis-AI/examples/vai_library/samples/classification/images/002.jpg
[Target] $ ./test_video_classification resnet18_pt ~/Vitis-AI/examples/vai_library/seg_and_pose_detect/pose_960_540.avi -t 8

can someone help us figure out how to make these and what the flow for this should be? @hanxue @eemars @quentonh @woinck

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