When the following command is executed
python examples/detect_and_track_in_video.py \
--video_path=./assets/video.mp4 \
--detect_labels=['car','truck'] \
--tracker_min_iou=0.15 \
--device=cuda
The following error occurs
no matches found: --detect_labels=[car,truck]