mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-15 13:10:55 +08:00
fix ocr_serving bug
This commit is contained in:
@@ -190,7 +190,7 @@ class TritonPythonModel:
|
||||
index] > self.cls_threshold:
|
||||
image_list[index] = cv2.rotate(
|
||||
image_list[index].astype(np.float32), 1)
|
||||
image_list[index] = np.astype(np.uint8)
|
||||
image_list[index] = image_list[index].astype(np.uint8)
|
||||
|
||||
rec_pre_tensors = self.rec_preprocessor.run(image_list)
|
||||
rec_dlpack_tensor = rec_pre_tensors[0].to_dlpack()
|
||||
|
Reference in New Issue
Block a user