From 662fd3d90e0967a27ae2d0bf1f6995719cbb6071 Mon Sep 17 00:00:00 2001 From: CharlesCNorton <135471798+CharlesCNorton@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:15:41 -0400 Subject: [PATCH] Fix typo in README: "Aything" corrected to "Anything" Corrected a typo in the Segment Anything Video Dataset section of the README file. The word "Aything" has been updated to "Anything." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183dff3..74cd709 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Please refer to the examples in [video_predictor_example.ipynb](./notebooks/vide \* Compile the model by setting `compile_image_encoder: True` in the config. -## Segment Aything Video Dataset +## Segment Anything Video Dataset See [sav_dataset/README.md](sav_dataset/README.md) for details.