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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ View the API docs [here](https://visual-layer.readme.io/docs/v1-api).
183
183
</a>
184
184
</td>
185
185
<td rowspan="3">
186
-
<b>Quick Dataset Analysis:</b> In this example, learn how to quickly analyze a dataset for potential issues. Identify duplicates, outliers, dark/bright/blurry images and cluster similar images with only a few lines of code. If you're new, start here.
186
+
<b>Quick Dataset Analysis:</b> In this example, learn how to quickly analyze a dataset for potential issues. Identify duplicates, outliers, dark/bright/blurry images, and cluster similar images with only a few lines of code. If you're new, start here.
@@ -308,7 +308,8 @@ View the API docs [here](https://visual-layer.readme.io/docs/v1-api).
308
308
309
309
## Advanced Features
310
310
311
-
The following are advanced functionalities of fastdup. Sign up for free to be an beta tester and get early access at [email protected] .
311
+
The following are advanced functionalities of fastdup which are still in the beta testing phase.
312
+
Sign up for free to be a beta tester and get early access at [email protected] .
312
313
313
314
<table>
314
315
<tr>
@@ -350,7 +351,7 @@ The following are advanced functionalities of fastdup. Sign up for free to be an
350
351
</a>
351
352
</td>
352
353
<td rowspan="3">
353
-
<b>YOLOv5 Object Detection Video Analysis:</b> In this tutorial, learn how to use fastdup with a pretrained yolov5 object detection model to detect and crop from videos. Following that we analyze the cropped objects for issues such as duplicates, near-duplicates, outliers, bright/dark/blurry objects.
354
+
<b>YOLOv5 Object Detection Video Analysis:</b> In this tutorial, learn how to use fastdup with a pre-trained yolov5 object detection model to detect and crop from videos. Following that we analyze the cropped objects for issues such as duplicates, near-duplicates, outliers, bright/dark/blurry objects.
0 commit comments