From b573efa5889302f719a90007987301517a286ca0 Mon Sep 17 00:00:00 2001 From: zaiun xu Date: Wed, 8 Apr 2026 20:22:30 +0800 Subject: [PATCH] chore: gitignore FishAction/wrong.json (inference artifact) Made-with: Cursor --- .gitignore | 1 + FishAction/wrong.json | 132 ------------------------------------------ 2 files changed, 1 insertion(+), 132 deletions(-) delete mode 100755 FishAction/wrong.json diff --git a/.gitignore b/.gitignore index 3a2d2d0..db48a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ FishMeasure/weight_estimator/runs/ # ML / checkpoints (large binaries) FishAction/checkpoints/ +FishAction/wrong.json # API / tools fish_api/.venv/ diff --git a/FishAction/wrong.json b/FishAction/wrong.json deleted file mode 100755 index f2e1bce..0000000 --- a/FishAction/wrong.json +++ /dev/null @@ -1,132 +0,0 @@ -[ - { - "video_index": 24, - "video_name": "惊吓25.mp4", - "pred_3class": "normal", - "pred_3class_idx": 1, - "true_3class_idx": 2, - "aggregate": "vote", - "probs_3class_mean": { - "feeding": 0.2905872166156769, - "normal": 0.357864111661911, - "scared": 0.3515487015247345 - }, - "probs_3class_used": { - "feeding": 0.2905872166156769, - "normal": 0.357864111661911, - "scared": 0.3515487015247345 - }, - "clip_preds_3class_idx": [ - 2, - 1, - 1 - ], - "clip_preds_3class": [ - "scared", - "normal", - "normal" - ], - "clip_indices": [ - 0, - 1, - 2 - ], - "clips": [ - { - "clip_index": 0, - "pred_3class": "scared", - "pred_3class_idx": 2, - "probs_3class": { - "feeding": 0.29767388105392456, - "normal": 0.33888766169548035, - "scared": 0.3634384870529175 - } - }, - { - "clip_index": 1, - "pred_3class": "normal", - "pred_3class_idx": 1, - "probs_3class": { - "feeding": 0.29551389813423157, - "normal": 0.35623446106910706, - "scared": 0.3482516407966614 - } - }, - { - "clip_index": 2, - "pred_3class": "normal", - "pred_3class_idx": 1, - "probs_3class": { - "feeding": 0.2785738408565521, - "normal": 0.37847015261650085, - "scared": 0.34295597672462463 - } - } - ] - }, - { - "video_index": 32, - "video_name": "惊吓11.mp4", - "pred_3class": "normal", - "pred_3class_idx": 1, - "true_3class_idx": 2, - "aggregate": "vote", - "probs_3class_mean": { - "feeding": 0.3220585584640503, - "normal": 0.33946648240089417, - "scared": 0.33847489953041077 - }, - "probs_3class_used": { - "feeding": 0.3220585584640503, - "normal": 0.33946648240089417, - "scared": 0.33847489953041077 - }, - "clip_preds_3class_idx": [ - 1, - 2, - 1 - ], - "clip_preds_3class": [ - "normal", - "scared", - "normal" - ], - "clip_indices": [ - 0, - 1, - 2 - ], - "clips": [ - { - "clip_index": 0, - "pred_3class": "normal", - "pred_3class_idx": 1, - "probs_3class": { - "feeding": 0.3226044774055481, - "normal": 0.3387281000614166, - "scared": 0.3386674225330353 - } - }, - { - "clip_index": 1, - "pred_3class": "scared", - "pred_3class_idx": 2, - "probs_3class": { - "feeding": 0.32258668541908264, - "normal": 0.3369086980819702, - "scared": 0.34050461649894714 - } - }, - { - "clip_index": 2, - "pred_3class": "normal", - "pred_3class_idx": 1, - "probs_3class": { - "feeding": 0.32098451256752014, - "normal": 0.3427627682685852, - "scared": 0.33625271916389465 - } - } - ] - } -] \ No newline at end of file