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
@@ -56,7 +69,6 @@ or [Azure Blob store](https://cocoindex.io/docs/ops/sources#azureblob).
56
69
57
70
We use the `face_recognition` library under the hood, powered by dlib’s CNN-based face detector. Since the model is slow on large images, we downscale wide images before detection.
58
71
59
-
60
72
```python
61
73
@cocoindex.op.function(
62
74
cache=True,
@@ -109,9 +121,9 @@ with data_scope["images"].row() as image:
109
121
```
110
122
111
123
After this step, each image has a list of detected faces and bounding boxes.
112
-
113
124
Each detected face is cropped from the original image and stored as a PNG.
CocoInsight is a tool to help you understand your data pipeline and data index. It can now visualize identified sections of an image based on the bounding boxes and makes it easier to understand and evaluate AI extractions - seamlessly attaching computed features in the context of unstructured visual data.
203
+
204
+
You can walk through the project step by step in [CocoInsight](https://www.youtube.com/watch?v=MMrpUfUcZPk) to see exactly how each field is constructed and what happens behind the scenes.
205
+
206
+
```sh
207
+
cocoindex server -ci main.py
208
+
```
209
+
210
+
Follow the url `https://cocoindex.io/cocoinsight`. It connects to your local CocoIndex server, with zero pipeline data retention.
0 commit comments