I tried crontab -e
.
@reboot python3 /home/hyebin/project/tensorrt_demos/trt_ssd.py --model ssd_mobilenet_v2_face --usb --vid 1 --width 1280 --height 780
1.Do I just have to add it to the bottom line of the crontab -e
?
2. Is it okay to have additions, such as '--model'?
3. What should I do if we have such additions?