This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| LEGO Keypoint ML Backend for Label Studio | |
| Auto-retraining every N annotations | |
| """ | |
| import os | |
| import threading | |
| import logging | |
| import re | |
| from urllib.parse import unquote | |
| from ultralytics import YOLO |