+
+
+
+
Dataset Analysis
+
+
{{ dataset.description }}
+
+
Back to Home
+
+
+
+
+
+
+
Analyzing Dataset...
+
Crunching numbers and generating previews.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
AI Consistency Review
+
Detect potential labeling errors (e.g., mismatched classes) using embeddings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
1. Configure Parameters
+
+ {% include '_augmentation_controls.html' %}
+
+
+
+
+
+
2. Live Preview
+
+
+
Select Source Image:
+
+
+
+
+
+
+
+
Generating augmented samples...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+{% block scripts %}
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/Zero2YoloYard-main/templates/labelVideo.html b/Zero2YoloYard-main/templates/labelVideo.html
new file mode 100644
index 0000000..377d213
--- /dev/null
+++ b/Zero2YoloYard-main/templates/labelVideo.html
@@ -0,0 +1,2517 @@
+
+
+{% extends "layout.html" %}
+
+{% block head %}
+
+{% endblock %}
+
+{% block content %}
+
+
Step 2: Refine with Negative Samples (Optional)
+
Draw boxes around areas to avoid (background, wrong objects).
+
+
+
+
![Negative Sample Frame]()
+
+
+
+
+
+
+ Frame 1 / 10
+
+
+
Ctrl+Z: Undo last box | Delete: Clear frame
+
+
+{% endcall %}
+
+{% endblock %}
+
+{% block scripts %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/Zero2YoloYard-main/templates/layout.html b/Zero2YoloYard-main/templates/layout.html
new file mode 100644
index 0000000..6e68633
--- /dev/null
+++ b/Zero2YoloYard-main/templates/layout.html
@@ -0,0 +1,75 @@
+
+
+
+