Skip to content

Commit 0b69d31

Browse files
authored
Merge pull request #142 from dnth/dnth/video-yolo-detection
YOLOv5 Object Detection Notebook
2 parents 3595ebf + 7a76d4d commit 0b69d31

File tree

5 files changed

+8924
-2
lines changed

5 files changed

+8924
-2
lines changed

README.md

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ View the API docs [here](https://visual-layer.readme.io/docs/v1-api).
183183
</a>
184184
</td>
185185
<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.
187187
</td>
188188
<td align="center" width="80">
189189
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/quick-dataset-analysis.ipynb">
@@ -306,6 +306,79 @@ View the API docs [here](https://visual-layer.readme.io/docs/v1-api).
306306

307307
</table>
308308

309+
## Advanced Features
310+
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. Drop us an email at [email protected] .
313+
314+
<table>
315+
<tr>
316+
<td rowspan="3" width="160">
317+
<a href="https://visual-layer.readme.io/docs/video-face-detection">
318+
<img src="./gallery/video-face-detection.png" width="256">
319+
</a>
320+
</td>
321+
<td rowspan="3">
322+
<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.
323+
</td>
324+
<td align="center" width="80">
325+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
326+
<img src="./gallery/nbviewer_logo.svg" height="34">
327+
</a>
328+
</td>
329+
</tr>
330+
<tr>
331+
<td align="center">
332+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
333+
<img src="./gallery/github_logo.png" height="32">
334+
</a>
335+
</td>
336+
</tr>
337+
<tr>
338+
<td align="center">
339+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
340+
<img src="./gallery/colab_logo.png" height="28">
341+
</a>
342+
</td>
343+
</tr>
344+
345+
<!-- ------------------------------------------------------------------- -->
346+
347+
<tr>
348+
<td rowspan="3" width="160">
349+
<a href="https://visual-layer.readme.io/docs/video-yolov5-detection">
350+
<img src="gallery/video-yolov5-detection.png" width="256">
351+
</a>
352+
</td>
353+
<td rowspan="3">
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.
355+
</td>
356+
<td align="center" width="80">
357+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
358+
<img src="./gallery/nbviewer_logo.svg" height="34">
359+
</a>
360+
</td>
361+
</tr>
362+
<tr>
363+
<td align="center">
364+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
365+
<img src="./gallery/github_logo.png" height="32">
366+
</a>
367+
</td>
368+
</tr>
369+
<tr>
370+
<td align="center">
371+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
372+
<img src="./gallery/colab_logo.png" height="28">
373+
</a>
374+
</td>
375+
</tr>
376+
377+
</table>
378+
379+
380+
381+
309382

310383
## Getting Help
311384
Get help from the fastdup team or community members via the following channels -

examples/preparing_a_labeled_object_dataset_for_training.ipynb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)