Branden
Branden
I often get Index errors in this line when `delta > 1` because sometimes the calculated index is greater than `len(correct_ordered)`: `correct_ordered[int(num_wrong_ordered * self.delta)]` I've kind of fixed this by...
Hey, I know you’re all busy, but is there a timeline for when this might get merged? It looks like a lot of work has been put into it and...
Seems related to https://github.com/PaddlePaddle/PaddleOCR/issues/15760. There is no way to get word-level boxes with the current version/detection models.
> > return_word_box > > return_word_box这个是做什么用的,好像没有看到这个参数啊 It is used to get the bounding box coordinates for individual words. It is in version 3.2.0