In this tutorial, you will learn how to use person tracking API in 5 minutes using JavaScript and Eden AI person tracking API. Eden AI provides an easy and developer-friendly API that allows you to track persons in videos.
Person Tracking API allows you to track people and their activity within a scene or segment. The way that person tracking works is simple: person detection identifies individuals in a video, then tracks them over time by their face, clothing or posture.
Person Tracking API can be used as a standalone tool, or it can be combined with face detection to generate more accurate results. You can use person tracking to analyze situations with high levels of complexity, such as crowded scenes with multiple individuals, crowded transportation areas such as airports, trains and metro stations.
The first step to start using person tracking API is to set Axios, a promise-based HTTP client for the browser and Node.js, that will allow you to call Eden AI API.
Next, you'll need to initialize the File System module in order to access local files on your computer.
Finally, you'll need to create your multipart/formdata parameters form:
You are now ready to process your video file into Eden AI's person tracking API.
To perform person tracking, you'll need to create an account on Eden AI for free. Then, you will be able to get your API key direclty from the homepage with free credits offered by Eden AI.
Now that you have initialized the required JavaScript modules and got your API key, you will be able to track persons in videos. With Eden AI, you can choose from a wide range of different engines you want for person tracking. You can access all our person tracking providers on our documentation here.
Here is the JavaScript code to add FormData parameters values for your request:
For example, we called two different person tracking engines. Once the parameters values are passed, you can configure your request:
Next, you'll need to create launchJob() function that will execute POST request:
Then, you'll have to create the getJob() function that will execute GET request with the Job ID of your POST request:
You will first get this response:
Once the request is done (status : finished), you will be able to get the result for Person Tracking task:
Using person tracking with Eden AI API is quick and easy.
We offer a unified API for all providers: simple and standard to use, with a quick switch between providers and an access to the specificic features of each provider.
The JSON output format is the same for all suppliers thanks to Eden AI's standardisation work. The response elements are also standardised thanks to Eden AI's powerful matching algorithms.
With Eden AI you have the possibility to integrate a third party platform: we can quickly develop connectors. To go further and customize your person tracking request with specific parameters, check out our documentation.
You can directly start building now. If you have any questions, feel free to chat with us!
Get startedContact sales