Skip to content

Commit 7526c95

Browse files
committed
link opens in new tab
1 parent 36e8499 commit 7526c95

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -309,34 +309,34 @@ View the API docs [here](https://visual-layer.readme.io/docs/v1-api).
309309
## Advanced Features
310310

311311
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+
Sign up for free to be a beta tester and get early access. Drop us an email at [email protected] .
313313

314314
<table>
315315
<tr>
316316
<td rowspan="3" width="160">
317-
<a href="https://visual-layer.readme.io/docs/video-face-detection">
317+
<a href="https://visual-layer.readme.io/docs/video-face-detection" target="_blank" rel="noopener noreferrer">
318318
<img src="./gallery/video-face-detection.png" width="256">
319319
</a>
320320
</td>
321321
<td rowspan="3">
322322
<b>Face Detection Video Analysis:</b> In this tutorial, learn how to use fastdup with a face detection model to detect and crop from videos. Following that we analyze the cropped faces for issues such as duplicates, near-duplicates, outliers, bright/dark/blurry faces.
323323
</td>
324324
<td align="center" width="80">
325-
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
325+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb" target="_blank" rel="noopener noreferrer">
326326
<img src="./gallery/nbviewer_logo.svg" height="34">
327327
</a>
328328
</td>
329329
</tr>
330330
<tr>
331331
<td align="center">
332-
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
332+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb" target="_blank" rel="noopener noreferrer">
333333
<img src="./gallery/github_logo.png" height="32">
334334
</a>
335335
</td>
336336
</tr>
337337
<tr>
338338
<td align="center">
339-
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
339+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb" target="_blank" rel="noopener noreferrer">
340340
<img src="./gallery/colab_logo.png" height="28">
341341
</a>
342342
</td>
@@ -346,29 +346,29 @@ Sign up for free to be a beta tester and get early access at [email protected]
346346

347347
<tr>
348348
<td rowspan="3" width="160">
349-
<a href="https://visual-layer.readme.io/docs/video-yolov5-detection">
349+
<a href="https://visual-layer.readme.io/docs/video-yolov5-detection" target="_blank" rel="noopener noreferrer">
350350
<img src="gallery/video-yolov5-detection.png" width="256">
351351
</a>
352352
</td>
353353
<td rowspan="3">
354354
<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.
355355
</td>
356356
<td align="center" width="80">
357-
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
357+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb" target="_blank" rel="noopener noreferrer">
358358
<img src="./gallery/nbviewer_logo.svg" height="34">
359359
</a>
360360
</td>
361361
</tr>
362362
<tr>
363363
<td align="center">
364-
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
364+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb" target="_blank" rel="noopener noreferrer">
365365
<img src="./gallery/github_logo.png" height="32">
366366
</a>
367367
</td>
368368
</tr>
369369
<tr>
370370
<td align="center">
371-
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
371+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb" target="_blank" rel="noopener noreferrer">
372372
<img src="./gallery/colab_logo.png" height="28">
373373
</a>
374374
</td>

0 commit comments

Comments
 (0)