diff --git a/README.md b/README.md index fcc90c5..26d8521 100644 --- a/README.md +++ b/README.md @@ -79,19 +79,15 @@ To run the demo with your custom video or frame directory, use the following exa **Note:** The `.txt` file contains a single line with the bounding box of the first frame in `xywh` format. -Replace `` with the path to your `.txt` file and `` with your video file path, or replace it with the directory path if you want to process frames from a folder. - ### Input is Video File -If your input is a video file, run the following command: ``` python scripts/demo.py --video_path --txt_path ``` ### Input is Frame Folder -If your input is a directory of frames, run the following command: ``` -python scripts/demo.py --video_path / --txt_path +python scripts/demo.py --video_path --txt_path ``` ## Acknowledgment