feat: eye filter flag + QA fixes (Gemma4 prompt, YOLO boundary, PaliGemma score, GDINO skip)
This commit is contained in:
@@ -65,14 +65,7 @@ def run_judges(query, result, file_uuid):
|
||||
results.append({"agent": "MaskFormer", "score": 50, "reasoning": f"Judge error: {str(e)[:60]}", "details": {}})
|
||||
|
||||
# Grounding DINO — SKIP (too slow per-video search)
|
||||
# print(f" [{qid}] GDINO...", end="", flush=True)
|
||||
# try:
|
||||
# gd_result = gdino.score(frames, prompt)
|
||||
# print(" done")
|
||||
# results.append(gd_result)
|
||||
# except Exception as e:
|
||||
# print(f" ERROR: {str(e)[:60]}")
|
||||
results.append({"agent": "GroundingDINO", "score": 50, "reasoning": "Skipped for performance", "details": {}})
|
||||
results.append({"agent": "GroundingDINO", "score": 50, "reasoning": "Skipped (too slow for full-video search)", "details": {}})
|
||||
|
||||
print(f" [{qid}] FaceNet...", end="", flush=True)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user