Removed entropy from structured array

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-09-09 09:32:48 +02:00
parent a91ff8cc22
commit 6f543b947e

View File

@ -453,7 +453,6 @@ def _apply_top_k(detections: Sequence[np.ndarray], top_k: float) -> List[np.ndar
batch_size = len(detections)
data_type = np.dtype([('class_id', np.int32),
('confidence', 'f4'),
('entropy', 'f4'),
('xmin', 'f4'),
('ymin', 'f4'),
('xmax', 'f4'),