From 59023094cbae84c82b51faf83fa37065ef6e2881 Mon Sep 17 00:00:00 2001 From: Mathieu Beligon <mathieu@feedly.com> Date: Thu, 12 Dec 2019 15:49:33 -0500 Subject: [PATCH] [common] (twitch-dset) fix the import --- common/research/dataset/twitch/robots_views_extractor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/research/dataset/twitch/robots_views_extractor.py b/common/research/dataset/twitch/robots_views_extractor.py index 4b0baa6..c6f7ed4 100644 --- a/common/research/dataset/twitch/robots_views_extractor.py +++ b/common/research/dataset/twitch/robots_views_extractor.py @@ -6,7 +6,7 @@ import numpy as np from tqdm import tqdm from research.constants import TWITCH_DSET -from research.dataset.twitch.new_vision import is_image_from_robot_view +from research.dataset.twitch.mask_detector import is_image_from_robot_view from research.dataset.twitch.video_frame_generator import VideoFrameGenerator RES_DIR: Path = TWITCH_DSET / 'robots-views' -- GitLab