I’d like to have Python files run automatically when I turn on the Jetson TX2.
hyebin@hyebin-desktop:~/project/tensorrt_demos$ python3 trt_ssd.py --model ssd_mobilenet_v2_face --usb --vid 1 --width 1280 --height 720
I will use these commands.
I’ve tried Startup Application.
And I put this command in the command line.
python3 /home/hyebin/project/tensorrt_demos/trt_ssd.py --model ssd_mobilenet_v2_face --usb --vid 1 --width 1280 --height 720
- Is it right to use ‘Startup Application’ like this?
2.What can I do if not that way?