CompressAI icon indicating copy to clipboard operation
CompressAI copied to clipboard

There is a bug in the bench av1

Open wp10005 opened this issue 11 months ago • 0 comments

https://github.com/InterDigitalInc/CompressAI/blob/master/compressai/utils/bench/codecs.py#L821

'img' is a file address for an image here, but this line of code treats it as data for the image The correct code should be: arr = np.asarray(self._load_img(img))

wp10005 avatar Jan 10 '25 01:01 wp10005