{% extends 'FirstApp/template.html' %} {% block javascript %} {% load static %} {% endblock %}
{% block 'container-fluid' %}
{% load static %}

Student Pose Estimation

Lecturer Subjects
{% if lecturer_subjects.count == 0 %}
No subjects
{% else %}
{% for subject in subjects %} {% endfor %}
Subject Name Code Year
{{ subject.0.name }} {{ subject.0.subject_code }} {{ subject.0.year }}
{% endif %}
View timetable
No lecture is selected
{# #}
Pose Estimation
Frame will be displayed here .
Student Activities
Direct Social Referral
Frame Detections
No frame is selected
Detected Students
No activity type is selected
Individual Student Frames
Press 'Process' button to display Individual Student Frames
{% endblock %}
{% block 'modal' %} {% endblock %}