Skip to content
Discussion options

You must be logged in to vote

Hello anigabriel
We don't plan at the moment to extend the computer vision sdk, but you can try to rebuild it with the flags you need
https://github.com/AxisCommunications/acap-computer-vision-sdk/blob/master/sdk/Dockerfile.aarch64#L11
Once you rebuild the computer vision sdk, you can use your custom sdk to build the example application:
https://github.com/AxisCommunications/acap-computer-vision-sdk-examples/blob/master/object-detector-python/Dockerfile#L8

Here is an example of how we added more libs to the native sdk:
AxisCommunications/acap-native-sdk-examples#41

Be aware that building Opencv.dnn will allow you to use only the cpu to execute the inference, making it slow.
This is becaus…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Corallo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
2 participants
Converted from issue

This discussion was converted from issue #32 on June 09, 2022 09:46.