diff --git a/src/edge_tss/tfe/bin/run_inference.sh b/src/edge_tss/tfe/bin/run_inference.sh index f5ebbc1..2894f1a 100644 --- a/src/edge_tss/tfe/bin/run_inference.sh +++ b/src/edge_tss/tfe/bin/run_inference.sh @@ -5,3 +5,8 @@ python main.py \ --dataset aicity2021_final \ --config cam_1.yaml \ --write_video True + +# Run all cameras +#python main_all.py \ +# --dataset aicity2021_final \ +# --write_video True