Getting Started
Step by step instructions:
-
Download the models using download_models/downloadModels.sh
make download-models
-
Update github submodules
make update-submodules
-
Download sample videos used by the performance tools
make download-sample-videos
-
Run the order accuracy application
make run-render-mode
NOTE:- User can directly run single make command that internally called all above command and run the Order Accuracy application.
-
Run Order Accuracy appliaction with single command.
make run-demo
-
Verify Docker containers
Result:docker ps --all
NAMES STATUS IMAGE src-ClientGst-1 Up 17 seconds (healthy) dlstreamer:dev model-downloader Exited(0) 17 seconds model-downloader:latest
-
Verify Results
After starting Automated Self Checkout you will begin to see result files being written into the results/ directory. Here are example outputs from the 3 log files.
gst-launch_
pipeline
r
-
Stop the demo using docker compose down
make down