From 7b967dfaeaaf1b66eb010516c4a457c5f2958a56 Mon Sep 17 00:00:00 2001 From: Isak Jakobsson Date: Tue, 17 Sep 2024 13:22:44 +0200 Subject: [PATCH] Update product selector links --- container-example/README.md | 2 +- vdo-larod/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container-example/README.md b/container-example/README.md index 3d365fb..00e16c6 100644 --- a/container-example/README.md +++ b/container-example/README.md @@ -39,7 +39,7 @@ to port 8080 on the device. ## Prerequisites -- An Axis device with [container support](https://www.axis.com/support/tools/product-selector/shared/%5B%7B%22index%22%3A%5B4%2C2%5D%2C%22value%22%3A%22Yes%22%7D%5D), see more info in [Axis devices and compatibility](https://axiscommunications.github.io/acap-documentation/docs/axis-devices-and-compatibility/#acap-computer-vision-sdk-hardware-compatibility). +- An Axis device with [container support](https://www.axis.com/support/tools/product-selector/shared/%5B%7B%22index%22%3A%5B10%2C2%5D%2C%22value%22%3A%22Yes%22%7D%5D), see more info in [Axis devices and compatibility](https://axiscommunications.github.io/acap-documentation/docs/axis-devices-and-compatibility/#acap-computer-vision-sdk-hardware-compatibility). - AXIS OS 11.10 or later. - The [Docker Compose ACAP][docker-compose-acap] version 3.0 or later, installed and running on the device. diff --git a/vdo-larod/README.md b/vdo-larod/README.md index 7e7d25a..9d35501 100644 --- a/vdo-larod/README.md +++ b/vdo-larod/README.md @@ -71,7 +71,7 @@ vdo-larod - The example shows how to run on a device's DLPU or CPU, but for good performance it's recommended to use products with DLPU. See links to search - for products with DLPU support in [Axis device compatibility](https://www.axis.com/support/tools/product-selector/shared/%5B%7B%22index%22%3A%5B4%2C1%5D%2C%22value%22%3A%22DLPU%22%7D%5D). + for products with DLPU support in [Axis device compatibility](https://www.axis.com/support/tools/product-selector/shared/%5B%7B%22index%22%3A%5B10%2C1%5D%2C%22value%22%3A%22DLPU%22%7D%5D). - This application was not written to optimize performance - The pretrained models only outputs the confidence of two classes i.e., person and car. For options on pretrained models that classify a higher number of classes, visit the [Axis Model Zoo](https://github.com/AxisCommunications/axis-model-zoo).