Cleaned up imports

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-20 11:18:57 +02:00
parent e98196ec0d
commit 4ab5ba7745

View File

@ -22,7 +22,7 @@ Functions:
load_coco_val(...): loads the COCO validation data into a Tensorflow data set
load_scenenet(...): loads the SceneNet RGB-D data into a Tensorflow data set
"""
from typing import Callable, List, Mapping, Tuple, Any, Dict
from typing import Callable, List, Mapping, Tuple
from typing import Sequence
import numpy as np