Home icon

Transitioning from Amazon Rekognition people pathing: Exploring other alternatives

Machine Learning Blog



This article discusses transitioning from Amazon Rekognition's people pathing feature to alternative solutions, as AWS has decided to discontinue the people pathing capability on October 31, 2025.

Specifically, the article covers:

  • An alternative solution combining the YOLOv9 object detection model and ByteTrack multi-object tracking algorithm
  • Overview of how YOLOv9 and ByteTrack work for people tracking across video frames
  • Example Python code for implementing this solution, with details on loading models, tracking, and output formatting
  • Validating the solution with a sample video and JSON output
  • Other open-source alternatives like DeepSORT and FairMOT
  • Deploying these solutions using AWS services like Lambda and SageMaker


Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Oct 10
2024
Exploring alternatives and seamlessly migrating data from Amazon Lookout for Vision
Oct 9
2024
Transitioning off Amazon Lookout for Metrics
Sep 23
2024
Making traffic lights more efficient with Amazon Rekognition
Feb 17
2025
Using Amazon Rekognition to improve bicycle safety

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.