{% extends 'base.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "Virtual Body Scan - Virtual Fitting System" %}{% endblock %} {% block content %}

{% trans "Virtual Body Scan" %}

{% trans "Two images needed: full-body pose + face selfie" %}

cm

{% trans "Your height is used to calibrate YOLO body measurements for accuracy." %}

1
{% trans "Body Pose" %}
2
{% trans "Face Selfie" %}
3
{% trans "Processing" %}
{% trans "Initializing camera..." %}

{% trans "Step 1: Body Pose (Auto-Capture)" %}

  • ✓ {% trans "Stand 2-3 metres away from the camera" %}
  • ✓ {% trans "Align your full body with the guide outline" %}
  • ✓ {% trans "Stand straight with arms slightly away from your body" %}
  • {% trans "Image captures automatically when you're positioned correctly!" %}
{% endblock %} {% block extra_js %} {% endblock %}