Skip to content

A REST server which processes image requests with PoseNet and it replies with keypoints detected.

License

Notifications You must be signed in to change notification settings

Mercury-Smartstores/Mercury-Pose-Estimation-And-Tracking-Service

Repository files navigation

Mercury Pose Estimation & Tracking Service🏃

A REST server which processes image requests with PoseNet, and it replies with keypoints detected. You can also use the server to open a video streaming channel to provide tracking online estimations using YOLO along with the DeepSORT algorithm.

🔧 Installation

We recommend using the command-line utility npm to install the dependencies listed in the package.json file. You can install the dependencies running:

npm install

The server starts listening by default in port defined by the environment variable PORT. If no environment variable is set up then the server starts listening on port 3000. You can change this parameter in the file bin/www.js.

📦 Deploying

We use the Express framework for the development of the REST server in Node.js. To start the services you can run:

npm start

The server will start listening for requests and all services will be ready. It will also set up TensorFlow.

📄 License

This repository is licensed under the MIT License.

♦️ About Mercury

This repository contains the code for a package from the Mercury infrastructure. If you want to know more about Mercury check out the Mercury Organization.

About

A REST server which processes image requests with PoseNet and it replies with keypoints detected.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published