Labbeti / aac-metrics

Metrics for evaluating Automated Audio Captioning systems, designed for PyTorch.
https://aac-metrics.readthedocs.io/
MIT License
34 stars 3 forks source link

Error: SPICE metric jar #1

Closed asicoderOfficial closed 1 year ago

asicoderOfficial commented 1 year ago

Hi, I get the same error as reported in this GitHub issue I created. Thank you so much for making this package in advance! Very handy :D

Labbeti commented 1 year ago

Hi! It looks like that you are using a Java 20, but SPICE has been made for a much older version (8). I also got an error when using Java 17 and 20, so I guess something broke the compatibility in the recent Java changes. Switching to Java 8 or 11 should work.

asicoderOfficial commented 1 year ago

I see, thank you very much! :D