Skip to content
Snippets Groups Projects
Commit 59023094 authored by Mathieu Beligon's avatar Mathieu Beligon
Browse files

[common] (twitch-dset) fix the import

parent 0da3aad5
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import numpy as np ...@@ -6,7 +6,7 @@ import numpy as np
from tqdm import tqdm from tqdm import tqdm
from research.constants import TWITCH_DSET 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 from research.dataset.twitch.video_frame_generator import VideoFrameGenerator
RES_DIR: Path = TWITCH_DSET / 'robots-views' RES_DIR: Path = TWITCH_DSET / 'robots-views'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment