Skip to content

Commit 155151c

Browse files
Merge pull request #4239 from raspberrypi/develop
Update TFLite instructions
2 parents b4c26bc + 337ff3a commit 155151c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

documentation/asciidoc/computers/camera/rpicam_apps_post_processing_tflite.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
==== Prerequisites
44

5-
These stages require TensorFlow Lite (TFLite) libraries that export the {cpp} API. TFLite doesn't distribute libraries in this form, but you can download and install a version that exports the API from https://lindevs.com/install-precompiled-tensorflow-lite-on-raspberry-pi/[lindevs.com].
5+
These stages require TensorFlow Lite (TFLite) libraries that export the {cpp} API. From Trixie onwards, Raspberry Pi builds and distributes a TFLite package, which can be installed with the following command:
6+
7+
[source,console]
8+
----
9+
$ sudo apt install libtensorflow-lite-dev
10+
----
611

712
After installing, you must xref:camera_software.adoc#build-libcamera-and-rpicam-apps[recompile `rpicam-apps` with TensorFlow Lite support].
813

0 commit comments

Comments
 (0)