From 4160a3ecc59f31151297c5d90e18a66206723a26 Mon Sep 17 00:00:00 2001 From: Cheng-Yen Yang Date: Fri, 27 Dec 2024 13:12:42 +0800 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a2eb98..21dd156 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,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 `x,y,w,h` format. +**Note:** The `.txt` file contains a single line with the bounding box of the first frame in `x,y,w,h` format while the SAM 2 takes `x1,y1,x2,y2` format as bbox input. ### Input is Video File @@ -98,7 +98,7 @@ python scripts/demo.py --video_path --txt_path --txt_path