Skip to content

Commit 9d6fa4e

Browse files
committed
typo fixes
1 parent 08f7675 commit 9d6fa4e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/enrichment-ram-groundingdino-sam.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"source": [
6363
"## Installation\n",
6464
"\n",
65-
"First, let's install the neccessary packages:\n",
65+
"First, let's install the necessary packages:\n",
6666
"\n",
6767
"- [fastdup](https://github.com/visual-layer/fastdup) - To analyze issues in the dataset.\n",
6868
"- [Recognize Anything](https://github.com/xinyu1205/recognize-anything) - To use the RAM and Tag2Text model.\n",
@@ -118,7 +118,7 @@
118118
"metadata": {},
119119
"source": [
120120
"## Download Dataset\n",
121-
"Download the [coco-minitrain](https://github.com/giddyyupp/coco-minitrain) dataset - a curated mini training set consisting of 20% of COCO 2017 training dataset. The coco-minitrain consists of 25,000 images and annoatations."
121+
"Download the [coco-minitrain](https://github.com/giddyyupp/coco-minitrain) dataset - a curated mini training set consisting of 20% of COCO 2017 training dataset. The coco-minitrain consists of 25,000 images and annotations."
122122
]
123123
},
124124
{
@@ -271,7 +271,7 @@
271271
"source": [
272272
"## Zero-Shot Classification with RAM and Tag2Text\n",
273273
"\n",
274-
"Within fastdup you can readily use the zero-shot classifier models such as [Recognize Anything Model (RAM)](https://github.com/xinyu1205/recognize-anything) and [Tag2Text](https://github.com/xinyu1205/recognize-anything). Both Tag2Text and RAM exihibit strong recognition ability.\n",
274+
"Within fastdup you can readily use the zero-shot classifier models such as [Recognize Anything Model (RAM)](https://github.com/xinyu1205/recognize-anything) and [Tag2Text](https://github.com/xinyu1205/recognize-anything). Both Tag2Text and RAM exhibit strong recognition ability.\n",
275275
"\n",
276276
"+ RAM is an image tagging model, which can recognize any common category with high accuracy. Outperforms CLIP and BLIP.\n",
277277
"+ Tag2Text is a vision-language model guided by tagging, which can support caption, retrieval and tagging."
@@ -1182,7 +1182,7 @@
11821182
"id": "59c8e8d0-1c00-403b-84d9-226458b9268a",
11831183
"metadata": {},
11841184
"source": [
1185-
"Once, done you'll notice that 3 new columns are appened into the DataFrame namely - `grounding_dino_bboxes`, `grounding_dino_scores`, and `grounding_dino_labels`. "
1185+
"Once, done you'll notice that 3 new columns are appended into the DataFrame namely - `grounding_dino_bboxes`, `grounding_dino_scores`, and `grounding_dino_labels`. "
11861186
]
11871187
},
11881188
{
@@ -1897,7 +1897,7 @@
18971897
"id": "7a979b19-eaef-422b-944b-0285115e24d6",
18981898
"metadata": {},
18991899
"source": [
1900-
"Not all images contain \"face\", \"eye\" and \"hair\", let's remove the columns with no detections and plot the colums with detections."
1900+
"Not all images contain \"face\", \"eye\" and \"hair\", let's remove the columns with no detections and plot the column with detections."
19011901
]
19021902
},
19031903
{

0 commit comments

Comments
 (0)