Skip to content

Commit 57eb5bc

Browse files
committed
update badge
1 parent 37d27d5 commit 57eb5bc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

examples/feature_vectors.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"[![Explore the Docs](https://img.shields.io/badge/Explore%20the%20Docs-blue?style=for-the-badge&labelColor=gray&logo=read-the-docs)](https://visual-layer.readme.io/docs/run-on-precomputed-feature-vectors)\n",
4646
"\n",
4747
"\n",
48-
"If you have pre-computed feature vectors using fastdup or any other methods, you can input the features directly into fastdup to analyze for issues. Runing fastdup on feature vectors instead of raw images decreases run time significantly.\n",
48+
"If you have pre-computed feature vectors using fastdup or any other methods, you can input the features directly into fastdup to analyze for issues. Running fastdup on feature vectors instead of raw images decreases run time significantly.\n",
4949
"\n",
5050
"The following code snippet shows how to run with your own feature stored in a `numpy` matrix, along with a list of the matching filenames.\n",
5151
"\n",
@@ -152,6 +152,14 @@
152152
"!tar xf images.tar.gz"
153153
]
154154
},
155+
{
156+
"cell_type": "markdown",
157+
"id": "a570f83f-208d-4ebf-96ce-01b99d1fa307",
158+
"metadata": {},
159+
"source": [
160+
"Now, let's run fastdup with `dinov2s` as the `model_path`."
161+
]
162+
},
155163
{
156164
"cell_type": "code",
157165
"execution_count": 6,
@@ -268,7 +276,7 @@
268276
"\n",
269277
"The feature vectors are stored locally in the `dinov2_feature_vectors/atrain_features.dat` file.\n",
270278
"\n",
271-
"Let's load them with:"
279+
"You can load them with:"
272280
]
273281
},
274282
{

0 commit comments

Comments
 (0)