sdelahaies
Results
2
comments of
sdelahaies
Hi, I just happened to have a similar issue and this [solution](https://github.com/HumanSignal/labelImg/issues/886#issuecomment-1309017536) fixed the problem, hope this helps.
Hi, you can use the library `torchmetrics` and its [BLEUscore](https://torchmetrics.readthedocs.io/en/stable/text/bleu_score.html) install the package ``` pip install torchmetrics ``` load the function ``` from torchmetrics.functional import bleu_score ``` and then add...