Skip to content

Commit

Permalink
Update product selector links
Browse files Browse the repository at this point in the history
  • Loading branch information
isak-jakobsson authored and pataxis committed Sep 17, 2024
1 parent 9b488d1 commit 7b967df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vdo-larod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 7b967df

Please sign in to comment.