mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Bug Fix] Fix the error when tinypose uses python under rknpu (#1437)
fixed bug
This commit is contained in:
@@ -76,10 +76,10 @@ class PPTinyPose(FastDeployModel):
|
||||
"""
|
||||
This function will disable normalize in preprocessing step.
|
||||
"""
|
||||
self.disable_normalize()
|
||||
self._model.disable_normalize()
|
||||
|
||||
def disable_permute(self):
|
||||
"""
|
||||
This function will disable hwc2chw in preprocessing step.
|
||||
"""
|
||||
self.disable_permute()
|
||||
self._model.disable_permute()
|
||||
|
Reference in New Issue
Block a user