
Face Detection Demo
Image Classication Demo
Run the Demos
Preparation:
– Prepare and connect the board according to the hardware
setup instructions (see «Set up the Hardware»).
– Open a terminal program on your computer (e.g. Tera Term)
and open a serial port connection using the COM
port labeled with the higher number from the two newly
detected ports.
1. Power on the board and log in
as root/root
2. Check that you can ping the
board from your computer
3. Start the face detection demo
with the command: root@
ST1_ME-XU5-4EV-2I-
D12E:~# facedetect
4. The live video of the USB camera should be displayed on
the monitor
5. Optional: View the stream on your PC via network using
the following GStreamer pipeline: gst-launch-1.0
tcpclientsrc host=IP_ADDRESS_OF_THE_BOARD
port=7001 ! jpegdec ! videoconvert !
autovideosink
1. Power on the board and log in
as root/root
2. Check that you can ping the
board from your computer
3. Run the resnet50 example with
the command: root@ST1_
ME-XU5-4EV-2I-D12E:~#
resnet50
4. The live video of the USB camera should be displayed on
the monitor
5. Optional: View the stream on your PC via network using
the following GStreamer pipeline: gst-launch-1.0
tcpclientsrc host=IP_ADDRESS_OF_THE_BOARD
port=7001 ! jpegdec ! videoconvert !
autovideosink