pose_estimation

pose_estimation

License OS Python

CodeQL Advanced CI Python Lint

pose estimation.

"web_ui"

Start the project

cp .env.example .env
docker compose up --build

Open the browser:

http://localhost:8081

Check the API:

curl http://localhost:8000/api/v1/health

How to use

  1. Press “Select image”.
  2. Select an image.
  3. Check the 2D keypoints overlaid on the image.
  4. Check the pose direction in the lower “3D skeleton check” view.

Tests

Run the backend tests:

docker compose -f docker-compose.test.yml run --rm backend_test

Run the frontend smoke test:

docker compose -f docker-compose.yml -f docker-compose.test.yml run --rm frontend_test