You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ Learn how to use fastdup as a poweruser!
372
372
</a>
373
373
</td>
374
374
<td rowspan="4">
375
-
<b>🤗 Analyze Hugging Face Datasets:</b> Learn how to load and analyze datasets from <a href="https://huggingface.co/datasets">Hugging Face Datasets</a>. Perfect if you already have a dataset hosted on Hugging Face hub.
375
+
<b>🤗 Analyze Hugging Face Datasets:</b> Load and analyze datasets from <a href="https://huggingface.co/datasets">Hugging Face Datasets</a>. Perfect if you already have a dataset hosted on Hugging Face hub.
@@ -408,7 +408,7 @@ Learn how to use fastdup as a poweruser!
408
408
</a>
409
409
</td>
410
410
<td rowspan="4">
411
-
<b>🦖 DINOv2 Embeddings:</b> Extract feature vectors of your images using <a href="https://github.com/facebookresearch/dinov2">DINOv2</a> model. Runs on CPU. No GPU needed!
411
+
<b>🦖 DINOv2 Embeddings:</b> Extract feature vectors of your images using <a href="https://github.com/facebookresearch/dinov2">DINOv2</a> model. Runs on CPU.
@@ -445,7 +445,7 @@ Learn how to use fastdup as a poweruser!
445
445
</a>
446
446
</td>
447
447
<td rowspan="4">
448
-
<b>➡️ Use Your Own Feature Vectors:</b> Learn how to read fastdup generated feature vectors in Python and use them for downstream processing, or run fastdup on your calculated feature vectors.
448
+
<b>➡️ Use Your Own Feature Vectors:</b> Read fastdup generated feature vectors in Python and use them for downstream processing, or run fastdup on your feature vectors.
@@ -482,7 +482,7 @@ Learn how to use fastdup as a poweruser!
482
482
</a>
483
483
</td>
484
484
<td rowspan="4">
485
-
<b>😗 Face Detection in Videos:</b> Learn how to use fastdup with a face detection model to detect faces from videos and analyze the cropped faces for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry faces.
485
+
<b>😗 Face Detection in Videos:</b> Use fastdup with a face detection model to detect faces from videos and analyze the cropped faces for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry faces.
@@ -519,7 +519,7 @@ Learn how to use fastdup as a poweruser!
519
519
</a>
520
520
</td>
521
521
<td rowspan="4">
522
-
<b> 🤖 Object Detection in Videos:</b> Learn how to use fastdup with a pre-trained <a href="https://github.com/ultralytics/yolov5">YOLOv5</a> model to detect and analyze objects for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry objects.
522
+
<b> 🤖 Object Detection in Videos:</b> Use fastdup with a pre-trained <a href="https://github.com/ultralytics/yolov5">YOLOv5</a> model to detect and analyze objects for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry objects.
@@ -556,7 +556,7 @@ Learn how to use fastdup as a poweruser!
556
556
</a>
557
557
</td>
558
558
<td rowspan="4">
559
-
<b>🔢 Optical Character Recognition:</b> Search through large image datasets optical characters with PaddleOCR.
559
+
<b>🔢 Optical Character Recognition:</b> Enrich your dataset by detecting multilingual texts with <a href="https://github.com/ultralytics/yolov5">PaddleOCR</a>.
0 commit comments