Skip to content

Commit 14c871f

Browse files
authored
Merge pull request #233656 from Juliako/patch-1
Update observed-people-tracing.md
2 parents 7a4177c + 67d5e7d commit 14c871f

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed

articles/azure-video-indexer/observed-matched-people.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Juliako
66
ms.author: juliako
77
manager: femila
88
ms.service: azure-video-indexer
9-
ms.date: 07/07/2022
9+
ms.date: 04/06/2023
1010
ms.topic: article
1111
---
1212

@@ -210,9 +210,20 @@ During the observed people tracking and matched faces procedure, images in a med
210210

211211
Below are some considerations to keep in mind when using observed people and matched faces.
212212

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
216227

217228
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:
218229

articles/azure-video-indexer/observed-people-tracing.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Trace observed people in a video
33
description: This topic gives an overview of a Trace observed people in a video concept.
44

55
ms.topic: how-to
6-
ms.date: 03/27/2022
6+
ms.date: 04/06/2023
77
ms.author: juliako
88
---
99

@@ -69,18 +69,7 @@ The following JSON response illustrates what Video Indexer returns when tracing
6969

7070
## Limitations and assumptions
7171

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).
8473

8574
## Next steps
8675

articles/azure-video-indexer/release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Video Indexer release notes | Microsoft Docs
33
description: To stay up-to-date with the most recent developments, this article provides you with the latest updates on Azure Video Indexer.
44
ms.topic: article
55
ms.custom: references_regions
6-
ms.date: 03/22/2023
6+
ms.date: 04/06/2023
77
ms.author: juliako
88
---
99

@@ -23,6 +23,12 @@ To stay up-to-date with the most recent Azure Video Indexer developments, this a
2323

2424
[!INCLUDE [announcement](./includes/deprecation-announcement.md)]
2525

26+
## April 2023
27+
28+
## Observed people tracing improvements
29+
30+
For more information, see [Considerations and limitations when choosing a use case](observed-matched-people.md#considerations-and-limitations-when-choosing-a-use-case).
31+
2632
## March 2023
2733

2834
### Support for storage behind firewall

0 commit comments

Comments
 (0)