You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
I successfully ran evaluator.py and calculated FIDs with tools/calculate_scores.py.
I want to visualize the evaluation results by using function named visualize which is defined as below.
However, my code says Aborted (core dumped) when I uncomment L211 of tools/calculate_scores.py and doesn't work.
Can you help me out with this problem?
Hi, thanks for your amazing work!
I successfully ran
evaluator.pyand calculated FIDs withtools/calculate_scores.py.I want to visualize the evaluation results by using function named
visualizewhich is defined as below.mint/tools/calculate_scores.py
Line 211 in b8f8bdf
mint/tools/calculate_scores.py
Lines 54 to 79 in b8f8bdf
However, my code says
Aborted (core dumped)when I uncomment L211 oftools/calculate_scores.pyand doesn't work.Can you help me out with this problem?