frotms / PaddleOCR2Pytorch

PaddleOCR inference in PyTorch. Converted from [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
Apache License 2.0
878 stars 175 forks source link

half precision returning nan #54

Open ririya opened 2 years ago

ririya commented 2 years ago

I'm trying to run inference on the trained models with half precision. The output for the detection model is returning all nan's. Anyone tried to do this before?

image image