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
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/observed-matched-people.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: Juliako
6
6
ms.author: juliako
7
7
manager: femila
8
8
ms.service: azure-video-indexer
9
-
ms.date: 07/07/2022
9
+
ms.date: 04/06/2023
10
10
ms.topic: article
11
11
---
12
12
@@ -210,9 +210,20 @@ During the observed people tracking and matched faces procedure, images in a med
210
210
211
211
Below are some considerations to keep in mind when using observed people and matched faces.
212
212
213
-
- When uploading a file always use high-quality video content. The recommended maximum frame size is HD and frame rate is 30 FPS. A frame should contain no more than 10 people. When outputting frames from videos to AI models, only send around 2 or 3 frames per second. Processing 10 and more frames might delay the AI result. People and faces in videos recorded by cameras that are high-mounted, down-angled or with a wide field of view (FOV) may have fewer pixels that may result in lower accuracy of the generated insights.
214
-
- Typically, small people or objects under 200 pixels and people who are seated may not be detected. People wearing similar clothes or uniforms might be detected as being the same person and will be given the same ID number. People or objects that are obstructed may not be detected. Tracks of people with front and back poses may be split into different instances.
215
-
- An observed person must first be detected and appear in the people category before they're matched. Tracks are optimized to handle observed people who frequently appear in the front. Obstructions like overlapping people or faces may cause mismatches between matched people and observed people. Mismatching may occur when different people appear in the same relative spatial position in the frame within a short period.
213
+
### Limitations of observed people tracing
214
+
215
+
It's important to note the limitations of observed people tracing, to avoid or mitigate the effects of false negatives (missed detections) and limited detail.
216
+
217
+
* People are generally not detected if they appear small (minimum person height is 100 pixels).
218
+
* Maximum frame size is FHD
219
+
* Low quality video (for example, dark lighting conditions) may impact the detection results.
220
+
* The recommended frame rate at least 30 FPS.
221
+
* Recommended video input should contain up to 10 people in a single frame. The feature could work with more people in a single frame, but the detection result retrieves up to 10 people in a frame with the detection highest confidence.
222
+
* People with similar clothes: (for example, people wear uniforms, players in sport games) could be detected as the same person with the same ID number.
223
+
* Obstruction – there maybe errors where there are obstructions (scene/self or obstructions by other people).
224
+
* Pose: The tracks may be split due to different poses (back/front)
225
+
226
+
### Other considerations
216
227
217
228
When used responsibly and carefully, Azure Video Indexer is a valuable tool for many industries. To respect the privacy and safety of others, and to comply with local and global regulations, we recommend the following:
Copy file name to clipboardExpand all lines: articles/azure-video-indexer/observed-people-tracing.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Trace observed people in a video
3
3
description: This topic gives an overview of a Trace observed people in a video concept.
4
4
5
5
ms.topic: how-to
6
-
ms.date: 03/27/2022
6
+
ms.date: 04/06/2023
7
7
ms.author: juliako
8
8
---
9
9
@@ -69,18 +69,7 @@ The following JSON response illustrates what Video Indexer returns when tracing
69
69
70
70
## Limitations and assumptions
71
71
72
-
It's important to note the limitations of Observed People Tracing, to avoid or mitigate the effects of false negatives (missed detections) and limited detail.
73
-
74
-
* To optimize the detector results, use video footage from static cameras (although a moving camera or mixed scenes will also give results).
75
-
* People are generally not detected if they appear small (minimum person height is 200 pixels).
76
-
* Maximum frame size is HD
77
-
* People are generally not detected if they're not standing or walking.
78
-
* Low quality video (for example, dark lighting conditions) may impact the detection results.
79
-
* The recommended frame rate —at least 30 FPS.
80
-
* Recommended video input should contain up to 10 people in a single frame. The feature could work with more people in a single frame, but the detection result retrieves up to 10 people in a frame with the detection highest confidence.
81
-
* People with similar clothes (for example, people wear uniforms, players in sport games) could be detected as the same person with the same ID number.
82
-
* Obstruction – there maybe errors where there are obstructions (scene/self or obstructions by other people).
83
-
* Pose: The tracks may be split due to different poses (back/front)
72
+
For more information, see [Considerations and limitations when choosing a use case](observed-matched-people.md#considerations-and-limitations-when-choosing-a-use-case).
For more information, see [Considerations and limitations when choosing a use case](observed-matched-people.md#considerations-and-limitations-when-choosing-a-use-case).
0 commit comments