Skip to content

Commit

Permalink
[EAGLE-3758] Remove usage of yolov models in tests after removal (#166)
Browse files Browse the repository at this point in the history
* remove yolov5

* remove model version after PR removed it from DB
  • Loading branch information
wemoveon2 authored Dec 13, 2023
1 parent d54ff7f commit bcc6e36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/public_models/public_test_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
TRAVEL_MODEL_ID = "eee28c313d69466f836ab83287a54ed9"
WEDDING_MODEL_ID = "c386b7a870114f4a87477c0824499348"
LOGO_V2_MODEL_ID = "006764f775d210080d295e6ea1445f93"
PEOPLE_DETECTION_YOLOV5_MODEL_ID = "23aa4f9c9767a2fd61e63c55a73790ad"
GENERAL_ENGLISH_IMAGE_CAPTION_CLIP_MODEL_ID = "86039c857a206810679f7f72b82fff54"
IMAGE_SUBJECT_SEGMENTATION_MODEL_ID = "6a3dc529acf3f720a629cdc8c6ad41a9"
PADDLEOCR_ENG_CHINESE_MODEL_ID = "dc09ac965f64826410fbd8fea603abe6"
Expand Down Expand Up @@ -205,7 +204,6 @@
("travel", TRAVEL_MODEL_ID),
("wedding", WEDDING_MODEL_ID),
("logo v2", LOGO_V2_MODEL_ID),
("people detection yolov5", PEOPLE_DETECTION_YOLOV5_MODEL_ID),
("caption", GENERAL_ENGLISH_IMAGE_CAPTION_CLIP_MODEL_ID),
("subject segmenter", IMAGE_SUBJECT_SEGMENTATION_MODEL_ID),
("paddleocr english chinese", PADDLEOCR_ENG_CHINESE_MODEL_ID),
Expand Down

0 comments on commit bcc6e36

Please sign in to comment.