nvgstiva-app -c ${HOME}/configs/PGIE-FP16-CarType-CarMake-CarColor.txt ======================================================================= Running the Sample Application ======================================================================= To run the sample application with a custom input stream: - Execute this command using the -i option and an absolute path to the stream file:
$ nvgstiva-app -c ${HOME}/configs/PGIE-FP16-CarType-CarMake-CarColor.txt -i <path_to_input_stream>
To run the sample application using the graphical user interface:
$ nvgstiva-app-gui -c ${HOME}/configs/PGIE-FP16-CarType-CarMake-CarColor.txt -i <path_to_input_stream> -g ${HOME}/configs/gui_cfg.txt
- If the error 'Failed to create pipeline' is displayed, remove the cache files on the Jetson developer kit as follows: $ sudo rm -rf ${HOME}/.cache/*
export DISPLAY=:0
sudo rm ~/.cache/gstreamer-1.0/ -rf
sudo rm ~/Model/*/*.cache