Show Metrics Plot - Unresponsive #192
-
|
Hi all, So I'm using this beautiful software to segment Eucalyptus roots. I've annotated quite a lot (972 images to be exact). However, when I try to access the metrics plot I get the following error: "log_exception 2026-03-20 10:57:13.757265|sys_exception|Error. type: <class 'IndexError'>, value: list index out of range, traceback: File "plot_seg_metrics.py", line 197, in run Any advice? I'd really like to be able to see the metrics plot and report on it thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
in your project folder, there is a file called 'metrics_cache.pkl' try to rename this as 'backup_metrics_cache.pkl' which should trigger the corrective metrics plot to rebuild this cache. I'm not sure exactly what the problem is yet, but wondering if the cache might be corrupt somehow. |
Beta Was this translation helpful? Give feedback.
-
|
Looking at the traceback more closely, I think there could be an issue with a corrupted client annotation log. The metrics plot parses Could you take a look?
Normal lines should look something like: If you spot anything unusual, could you paste those lines here? |
Beta Was this translation helpful? Give feedback.
-
|
I downloaded your CSV. Line 84142 is a truncated That should fix the metrics plot. |
Beta Was this translation helpful? Give feedback.


I downloaded your CSV. Line 84142 is a truncated
update_file_endevent. Replace it with:That should fix the metrics plot.