-
|
I've noticed that only the ch models for ppocrv5 got converted to pytorch. Is there a reason for this ? Do you plan on converting them ? If not, can you share the code you used to convert the ch versions ? |
Beta Was this translation helpful? Give feedback.
Answered by
SWHL
Oct 11, 2025
Replies: 1 comment
-
|
Conversion to Paddle model PyTorch format this part is not I do here, this part is derived from the project: https://github.com/frotms/PaddleOCR2Pytorch. The work I did was just to integrate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ogkalu2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Conversion to Paddle model PyTorch format this part is not I do here, this part is derived from the project: https://github.com/frotms/PaddleOCR2Pytorch.
The work I did was just to integrate it.