Removed obsolete import

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-07-17 13:54:06 +02:00
parent 1db9fa1c0a
commit b2e9a10bdf
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ from typing import Sequence, Union, Tuple, List
import numpy as np
from twomartens.masterthesis.ssd_keras.bounding_box_utils import bounding_box_utils
def get_number_gt_per_class(labels: Sequence[Sequence[Sequence[int]]],
nr_classes: int) -> np.ndarray: