From 837d871442e16e6825a0ef4253fe4b6032103d37 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 8 Aug 2024 01:04:53 +0900 Subject: [PATCH] docs: update README.md initilize -> initialize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d88fa47..c7c8f29 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ After running our demo code, you can get the tracking results as follows: And we will automatically save the tracking visualization results in `OUTPUT_VIDEO_PATH`. > [!WARNING] -> We initilize the box prompts on the first frame of the input video. If you want to start from different frame, you can refine `ann_frame_idx` by yourself in our code. +> We initialize the box prompts on the first frame of the input video. If you want to start from different frame, you can refine `ann_frame_idx` by yourself in our code. ### Citation