OCR returns slightly different results on different machines
이전 댓글 표시
With exactly the same code and the same input image.
Both results are accetable but they are slightly different. What it could be?
The only difference between the two system I can think of is one machine has an GPU and the other does not. Could GPU be a factor?
댓글 수: 1
Nathan Hardenberg
2023년 7월 8일
I heard of a story where a calculation (not OCR) gave different results on an AMD-maschine than on an intel one. But I can't remember the details
채택된 답변
추가 답변 (1개)
Joss Knight
2023년 7월 13일
1 개 추천
This is expected for any highly optimized code like this. Even for two Intel machines, the core count will affect how operations are parallelized.
Try calling maxNumCompThreads(1) and see if that fixes it.
카테고리
도움말 센터 및 File Exchange에서 Language Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!