yolo_v4.TensorToBBoxConverter
- class savant.converter.yolo_v4.TensorToBBoxConverter(**kwargs)
YOLOv4 output to bbox converter.
- __call__(*output_layers, model, roi)
Converts detector output layer tensor to bbox tensor.
- Parameters:
- Returns:
BBox tensor (class_id, confidence, xc, yc, width, height, [angle]) offset by roi upper left and scaled by roi width and height
- Return type: