Skip to content

Commit

Permalink
feat: disable temporarily logo processing
Browse files Browse the repository at this point in the history
To perform the switch to the new logo ANN module
  • Loading branch information
raphael0202 committed Dec 22, 2022
1 parent 8441163 commit 10bc089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robotoff/workers/tasks/import_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def run_logo_object_detection(
)

logger.info("%s logos found for image %s", len(logo_ids), source_image)
process_logos = False
if logo_ids and process_logos:
enqueue_job(
process_created_logos,
Expand Down

0 comments on commit 10bc089

Please sign in to comment.