Skip to content

How to process Images with tensorflow using DLPU in Artpec8 Axis camera #61

Closed Answered by Corallo
rafiomeon asked this question in ACAP
Discussion options

You must be logged in to vote

Hello @rafiomeon

Are you using the native sdk or the computer vision sdk?
Assuming you are using the native sdk, to switch from tpu chip and artpec8 chip you need to provide the chip "12" to the setuplarod function.
You can find an example here:
https://github.com/AxisCommunications/acap-native-sdk-examples/blob/main/object-detection/app/object_detection.c#L459
arg.chip comes from the -c parameter that you can see here:
https://github.com/AxisCommunications/acap-native-sdk-examples/blob/main/object-detection/app/manifest.json.artpec8

On an extra note, to run your model on artpec8, it has to be in tflite format, not anymore in edgetpu.tflite.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rafiomeon
Comment options

@Corallo
Comment options

@rafiomeon
Comment options

@Corallo
Comment options

Answer selected by Corallo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ACAP
Labels
None yet
2 participants