def models(self): logging.info('Downloading best focus classifier files') data.initialize_best_focus_model() logging.info('Downloading cytometry model files') data.initialize_cytometry_2d_model() logging.info('Model downloads complete')
def _get_weights_path(self): return cytokit_data.initialize_cytometry_2d_model()
def test_data_functions(self): # Test model initialization functions (which download weights or other model-specific files) ck_data.get_cache_dir() ck_data.initialize_best_focus_model() ck_data.initialize_cytometry_2d_model()