diff --git a/LocalApp/SMARTWEBSCRAPPER-CV/app/routes.py b/LocalApp/SMARTWEBSCRAPPER-CV/app/routes.py index 183c093..9577948 100644 --- a/LocalApp/SMARTWEBSCRAPPER-CV/app/routes.py +++ b/LocalApp/SMARTWEBSCRAPPER-CV/app/routes.py @@ -584,6 +584,7 @@ def admin_delete_prediction(item_id): # GESTION DES ANNOTATIONS MANUELLES # ─────────────────────────────────────────────────────────────────── +@app.route("/admin/annotations_manuelle") @app.route("/admin/annotations_manuelles") def admin_annotations_manuelles(): """Affichage des annotations créées manuellement""" diff --git a/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/admin_annotations_manuelles.html b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/admin_annotations_manuelles.html index b2e0bff..b1c96d4 100644 --- a/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/admin_annotations_manuelles.html +++ b/LocalApp/SMARTWEBSCRAPPER-CV/app/templates/admin_annotations_manuelles.html @@ -1,552 +1,296 @@ - - -
- - -
- Image: {{ capture_id }} |
- ⚠️ Important: Ces annotations vont directement dans fine_tune_data/
-
Aucune annotation pour le moment
-+ Images annotées manuellement par les utilisateurs +
+| + + | +🆔 ID | +🖼️ Image | +📝 Fichier JSON | +🕒 Date | +⚡ Actions | +
|---|---|---|---|---|---|
| + + | +
+ {{ item.id }} + Annotation manuelle + |
+
+
+
+
+
+
+ 🖼️
+
+
+ {{ item.image_filename }}
+ + Image annotée + |
+ + 📝 {{ item.json_filename }} + | +
+ {{ item.timestamp | timestamp_to_date }} + {{ item.timestamp | timestamp_to_date }} + |
+
+
+
+ 🔍 Détails
+
+
+
+
+
+
+ |
+
Les annotations créées manuellement apparaîtront ici après validation par les utilisateurs.
+human_data/manual/fine_tune_data/ pour réentraînementfine_tune_data/
+ et sont supprimés d'ici. Le lien d'origine reste dans visited_links.json.
+
+