Removed entropy from structured array
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -453,7 +453,6 @@ def _apply_top_k(detections: Sequence[np.ndarray], top_k: float) -> List[np.ndar
|
|||||||
batch_size = len(detections)
|
batch_size = len(detections)
|
||||||
data_type = np.dtype([('class_id', np.int32),
|
data_type = np.dtype([('class_id', np.int32),
|
||||||
('confidence', 'f4'),
|
('confidence', 'f4'),
|
||||||
('entropy', 'f4'),
|
|
||||||
('xmin', 'f4'),
|
('xmin', 'f4'),
|
||||||
('ymin', 'f4'),
|
('ymin', 'f4'),
|
||||||
('xmax', 'f4'),
|
('xmax', 'f4'),
|
||||||
|
|||||||
Reference in New Issue
Block a user