From 39b1472457b8264adc8581d354bb1d1956ec7ee7 Mon Sep 17 00:00:00 2001 From: Karim Umar <97889800+karimumar98@users.noreply.github.com> Date: Fri, 12 May 2023 15:43:47 +0200 Subject: [PATCH] minor typo in README (#99) Co-authored-by: root --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83136e9..7647ece 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Marrying Grounding DINO - We defaultly choose the boxes whose highest similarities are higher than a `box_threshold`. - We extract the words whose similarities are higher than the `text_threshold` as predicted labels. - If you want to obtain objects of specific phrases, like the `dogs` in the sentence `two dogs with a stick.`, you can select the boxes with highest text similarities with `dogs` as final outputs. -- Note that each word can be split to **more than one** tokens with differetn tokenlizers. The number of words in a sentence may not equal to the number of text tokens. +- Note that each word can be split to **more than one** tokens with different tokenlizers. The number of words in a sentence may not equal to the number of text tokens. - We suggest separating different category names with `.` for Grounding DINO. ![model_explain1](.asset/model_explan1.PNG) ![model_explain2](.asset/model_explan2.PNG)