getenv('LABEL_STUDIO_ML_BACKEND_V2', default=LABEL_STUDIO_ML_BACKEND_V2_DEFAULT): # TODO: Deprecated branch since LS 1.5 return cls._key(project) in cls._current_model else: return cls._current_model is not None @classmethod def get(cls, project): if not os....
Local machine and I don't have an ML backend set up within the application. I was hoping I could export the data and use it in another application I have for training. Is this possible? Member makseq commented May 4, 2021 • edited LS writes the database directory at startup in ...