Skip to content

Commit

Permalink
fixed: #96 horse made of clouds
Browse files Browse the repository at this point in the history
Co-Authored-By: Bingjie YAN <bj.yan.pa@qq.com>
  • Loading branch information
QIN2DIM and beiyuouo committed Jul 25, 2022
1 parent f98cb57 commit 59ff1af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/scaffold/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def download_yolo_model(onnx_prefix):

def refresh_pluggable_onnx_model(upgrade: Optional[bool] = None):
def need_to_refresh():
_flag = "6c6d5d5bb156ec13faca8b9b3d06a5983c5235641e1c39c35c82610b0420a9cd"
_flag = "0a01bd1619e6cbc217262a5b60b6695e479913536e756cb9c3da65b6d7de9f6e"
if not os.path.exists(PATH_RAINBOW_YAML):
return True
with open(PATH_RAINBOW_YAML, "rb") as file:
Expand Down
3 changes: 3 additions & 0 deletions src/objects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ label_alias:
dog:
zh: ["狗"]
en: ["ԁog"]
horse_made_of_clouds:
zh: ["一匹由云制成的马"]
en: ["horse made of clouds"]
# giraffe:
# zh: ["长颈鹿"]
# en: ["giraffe"]
Expand Down

0 comments on commit 59ff1af

Please sign in to comment.