diff --git a/iblvideo/run.py b/iblvideo/run.py index da8e01f..32bb2bc 100644 --- a/iblvideo/run.py +++ b/iblvideo/run.py @@ -7,11 +7,9 @@ from oneibl.one import ONE from oneibl.patcher import FTPPatcher from iblvideo.choiceworld import dlc -from iblvideo.motion_energy import compute_ROI_ME from iblvideo.weights import download_weights from iblvideo import __version__ from ibllib.pipes import tasks -from ibllib.qc.dlc import run_all_qc _logger = logging.getLogger('ibllib')