Skip to content

Commit 6194a36

Browse files
committed
grammar fix
1 parent 46279aa commit 6194a36

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

examples/dinov2_notebook.ipynb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"source": [
1111
"# Clustering Images with DINOv2\n",
12-
"This notebook shows how to extract feature vectors efficiency using [DINOv2](https://github.com/facebookresearch/dinov2) by Meta AI Research - No GPU needed!\n",
12+
"This notebook shows how to extract feature vectors efficiently using [DINOv2](https://github.com/facebookresearch/dinov2) by Meta AI Research - No GPU needed!\n",
1313
"\n",
14-
"This file includes artifacts from the DINOv2 repository, which is licensed under the\n",
14+
"This notebook includes artifacts from the DINOv2 repository, which is licensed under the\n",
1515
"Creative Commons Attribution-NonCommercial 4.0 International License.\n",
1616
"You are free to use this code as long as you provide attribution to the original author and use it in accordance with the terms of the license.\n",
1717
"\n",
@@ -39,7 +39,9 @@
3939
"source": [
4040
"## Download Oxford Pets Dataset\n",
4141
"\n",
42-
"For demonstration, we will use a widely available and well curated dataset. For that reason we might not find a lot of issues here. Feel free to swap this dataset with your own."
42+
"For demonstration, we will use a widely available and well curated dataset. For that reason we might not find a lot of issues here. \n",
43+
"\n",
44+
"Feel free to swap this dataset with your own."
4345
]
4446
},
4547
{
@@ -62,7 +64,7 @@
6264
},
6365
"source": [
6466
"## Import and Run fastdup to create embedding\n",
65-
"Note: runtime on a 2 core colab node may be slow, it is recommended to run on 32 core machine to get x16 speedup. "
67+
"> **Note** - Runtime on a 2-core Google Colab node may be slow, it is recommended to run on 32-core machine to get x16 speedup. "
6668
]
6769
},
6870
{
@@ -138,7 +140,7 @@
138140
"source": [
139141
"## Image Clusters\n",
140142
"\n",
141-
"Let's debug embedding quality by clustering group of similar images and visualizing them."
143+
"Let's debug the embedding quality by clustering group of similar images and visualizing them."
142144
]
143145
},
144146
{

0 commit comments

Comments
 (0)