Skip to content

Commit 6d883c3

Browse files
committed
link opens in new tab
1 parent 7526c95 commit 6d883c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,29 +314,29 @@ Sign up for free to be a beta tester and get early access. Drop us an email at i
314314
<table>
315315
<tr>
316316
<td rowspan="3" width="160">
317-
<a href="https://visual-layer.readme.io/docs/video-face-detection" target="_blank" rel="noopener noreferrer">
317+
<a href="https://visual-layer.readme.io/docs/video-face-detection" target="_blank">
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" target="_blank" rel="noopener noreferrer">
325+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
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" target="_blank" rel="noopener noreferrer">
332+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
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" target="_blank" rel="noopener noreferrer">
339+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
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. Drop us an email at i
346346

347347
<tr>
348348
<td rowspan="3" width="160">
349-
<a href="https://visual-layer.readme.io/docs/video-yolov5-detection" target="_blank" rel="noopener noreferrer">
349+
<a href="https://visual-layer.readme.io/docs/video-yolov5-detection">
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" target="_blank" rel="noopener noreferrer">
357+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
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" target="_blank" rel="noopener noreferrer">
364+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
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" target="_blank" rel="noopener noreferrer">
371+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
372372
<img src="./gallery/colab_logo.png" height="28">
373373
</a>
374374
</td>

0 commit comments

Comments
 (0)