Update app.py
Browse files
app.py
CHANGED
@@ -53,13 +53,10 @@ def process_and_show_completion(video_input_path, anomaly_threshold_input, fps,
|
|
53 |
|
54 |
with gr.Blocks() as iface:
|
55 |
gr.Markdown("""
|
56 |
-
#
|
57 |
-
|
58 |
-
|
59 |
-
It
|
60 |
-
then uses machine learning techniques to identify unusual patterns or deviations from the norm.
|
61 |
-
|
62 |
-
For more information, visit: [https://github.com/reab5555/Facial-Expression-Anomaly-Detection](https://github.com/reab5555/Facial-Expression-Anomaly-Detection)
|
63 |
""")
|
64 |
|
65 |
with gr.Row():
|
|
|
53 |
|
54 |
with gr.Blocks() as iface:
|
55 |
gr.Markdown("""
|
56 |
+
# Multimodal Behavioral Anomalies Detection
|
57 |
+
|
58 |
+
The purpose of this tool is to detect anomalies in facial expressions and body language over the timeline of a video.
|
59 |
+
It extracts faces and postures from video frames, detects unique facial features and body postures, and analyzes them to identify anomalies using time series analysis, specifically utilizing a variational autoencoder (VAE) approach.
|
|
|
|
|
|
|
60 |
""")
|
61 |
|
62 |
with gr.Row():
|