From 2a1afce92a3a61db44d7df540d5c51812480a006 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 28 Dec 2022 19:50:29 +1100 Subject: [PATCH] more info for BUG-109 --- BUGs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUGs b/BUGs index 8b9a4e7..4d48585 100644 --- a/BUGs +++ b/BUGs @@ -5,4 +5,7 @@ BUG-105: show unmatched needs to handle overrides (ignore face, etc.) BUG-106: cant add trudy /pat? as refimgs via FaceDBox - seems the cropped trudy face is not sufficient to find a face, how odd... (it came from a face bbox, BUT, I have grown the face seln by 10%?) -BUG-109: add mich force override, removed it, then re-added it, then rebuild DB form scratch and metadata has a duplicate -- when remove override ditch metadata & jic, maybe exclude duplicates as we write them out??? +BUG-109: add mich force override, removed it, then re-added it, then rebuild DB form scratch and metadata has a duplicate + - this is actually only? possible if we restart job_mgr before its processed the metadata job(s) -- as the initialisation processes the metadata on the file + system, and then presumably the delete of the metadata will come as the next job to run... + NEED TO CONSIDER => better to defend the duplicate on load, OR, process all meta jobs before processing meta on FS OR both???