pose_estimation
pose_estimation
pose estimation.

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
- Press “Select image”.
- Select an image.
- Check the 2D keypoints overlaid on the image.
- 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