What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind bug
/kind task
/kind feature

What does this PR do / why do we need it:

Which issue(s) this PR fixes:

Fixes #
https://e.gitee.com/mind_spore/projects/67813/issues/list?issue=I4VKZM
Special notes for your reviewers:

CheckList:

  • [Y] I have added correct copyrights for every code file.
  • [Y] I have removed all the redundant code and comments.
  • [Y] I have updated or added the requirements.txt for the third-party libraries you need.
  • [Y] I have made sure that I won't expose any personaly information such as local path with user name, local IP, etc.
  • [Y] I have commented my code, particularly in hard-to-understand areas. All the comments in code files are in English.
  • [Y] I have made corresponding changes to the documentation.
  • [Y] I have squashed all the commits into one.
  • [Y] I have checked the following usual mistakes:
    • [Y] It is recommended to use bash instead of sh.
    • [Y] Don't use type=bool in argparse.
  • [Y] If you are contributing a new model, please check:
    • [Y] I have added at least one README
    • [Y] The models implemented for the cloud could work offline on the local server as well.
    • [Y] I have made sure the changes for new device target will not make differences on the original one.