diff --git a/README.md b/README.md index 9ddb478..130d6c9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ python scripts/main_inference.py To run the demo with your custom video or frame directory, use the following examples: -**Note:** The `.txt` file contains a single line with the bounding box of the first frame in `xywh` format. +**Note:** The `.txt` file contains a single line with the bounding box of the first frame in `x,y,w,h` format. ### Input is Video File @@ -87,6 +87,7 @@ python scripts/demo.py --video_path --txt_path --txt_path ```