|
37 | 37 | </picture> |
38 | 38 | </a> |
39 | 39 |
|
40 | | -<h3 align="center">Manage, Clean & Curate Visual Data - Fast and at Scale</h3> |
| 40 | +<h3 align="center">Manage, Clean & Curate Visual Data - Fast and at Scale.</h3> |
41 | 41 |
|
42 | 42 | <p align="center"> |
43 | 43 | An unsupervised and free tool for image and video dataset analysis. |
|
66 | 66 | <a href="https://www.linkedin.com/company/visual-layer/" target="_blank" rel="noopener noreferrer"> |
67 | 67 | <img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" alt="Logo"> |
68 | 68 | </a> |
| 69 | + <a href="https://twitter.com/visual_layer" target="_blank" rel="noopener noreferrer"> |
| 70 | + <img src="https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white" alt="Logo"> |
| 71 | + </a> |
69 | 72 | <a href="https://www.youtube.com/@visual-layer4035" target="_blank" rel="noopener noreferrer"> |
70 | 73 | <img src="https://img.shields.io/badge/-YouTube-black.svg?style=for-the-badge&logo=youtube&colorB=red" alt="Logo"> |
71 | 74 | </a> |
|
77 | 80 | </div> |
78 | 81 |
|
79 | 82 | ## What's Included |
80 | | -fastdup lets you identify - |
| 83 | +fastdup analyzes your image/video dataset for potential issues such as - |
81 | 84 | <div align="center" style="display:flex;flex-direction:column;"> |
82 | 85 | <a href="https://www.visual-layer.com" target="_blank" rel="noopener noreferrer"> |
83 | 86 | <img src="./gallery/issues.png" alt="fastdup" width="1000"> |
84 | 87 | </a> |
85 | 88 | </div> |
86 | 89 |
|
87 | | -Additional features - |
| 90 | +fastdup works on both labeled and unlabeled data. Additional features include - |
88 | 91 |
|
89 | 92 | <div align="center" style="display:flex;flex-direction:column;"> |
90 | 93 | <a href="https://www.visual-layer.com" target="_blank" rel="noopener noreferrer"> |
@@ -156,13 +159,13 @@ Visualize the result. |
156 | 159 |
|
157 | 160 |  |
158 | 161 |
|
159 | | -Here are the 8 lines of code you'll need in most cases. |
| 162 | +Here are 8 lines of code you'll need in most cases. |
160 | 163 |
|
161 | 164 | ```python |
162 | 165 | import fastdup |
163 | 166 |
|
164 | 167 | fd = fastdup.create(work_dir, images_dir) |
165 | | -fd.run(nearest_neighbors_k=5, cc_threshold=0.96) |
| 168 | +fd.run() |
166 | 169 |
|
167 | 170 | fd.vis.duplicates_gallery() # create a visual gallery of found duplicates |
168 | 171 | fd.vis.outliers_gallery() # create a visual gallery of anomalies |
@@ -414,7 +417,7 @@ Sign up for free to be a beta tester and get early access. Drop us an email at i |
414 | 417 | </a> |
415 | 418 | </td> |
416 | 419 | <td rowspan="3"> |
417 | | - <b>Satellite Image Analysis:</b> In this tutorial, learn how to use fastdup to load 16 bit grayscale satellite image, work with rotated bounding boxes, understand your dataset, find issues with the data and check the quality of annotations. |
| 420 | + <b>Satellite Image Analysis:</b> In this tutorial, learn how to use fastdup to load 16-bit grayscale satellite image, work with rotated bounding boxes, understand your dataset, find issues with the data and check the quality of annotations. |
418 | 421 | </td> |
419 | 422 | <td align="center" width="80"> |
420 | 423 | <a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/mafat-final.ipynb"> |
@@ -482,7 +485,7 @@ Get help from the fastdup team or community members via the following channels - |
482 | 485 | ## Community Contributions |
483 | 486 | The following are community-contributed blog posts about fastdup - |
484 | 487 |
|
485 | | -- [Master Data Integrity to Clean Your Computer Vision Datasets |
| 488 | +- [Master Data Integrity to Clean Your Computer Vision Datasets. |
486 | 489 | ](https://towardsdatascience.com/master-data-integrity-to-clean-your-computer-vision-datasets-df432cf9e596) |
487 | 490 | - [fastdup: A Powerful Tool to Manage, Clean & Curate Visual Data at Scale on Your CPU - For Free.](https://dicksonneoh.com/portfolio/fastdup_manage_clean_curate/) |
488 | 491 | - [Clean Up Your Digital Life: How I Found 1929 Fully Identical Images, Dark, Bright and Blurry Shots in Minutes, For Free.](https://dicksonneoh.com/blog/clean_up_your_digital_life/) |
|
0 commit comments