Back to Jetson Inference

{{ title }}

python/www/recognizer/templates/index.html

latest1.1 KB
Original Source

{% from 'macros.html' import checkbox, slider, card_header, collapse_handler %}

{{ title }}

Your browser does not support video

{{ card_header('stream_controls', 'Streaming', arrow='down') }} {% if send_webrtc %} Webcam:

Send

{% else %} Input: {{ input_stream }}

{% endif %} Playback:

Play

Statistics:

{{ collapse_handler('stream_controls') }}

{{ card_header('classification_controls', 'Classification', classification) }} {{ checkbox('classification_enabled', '/classification/enabled', 'Classification Enabled') }} {{ slider('classification_confidence_threshold', '/classification/confidence_threshold', 'Confidence Threshold') }} {{ slider('classification_output_smoothing', '/classification/output_smoothing', 'Output Smoothing') }} {{ collapse_handler('classification_controls') }}

{{ card_header('training_controls', 'Training') }} {{ checkbox('training_enabled', '/training/enabled', 'Training Enabled', label_columns=3, oninput='onTrainingEnabled()') }}

Epoch

Classes [0]

Loss:

Accuracy:

{{ collapse_handler('training_controls') }}