mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-16 05:30:58 +08:00
[Hackthon_4th 177] Support PP-YOLOE-R with BM1684 (#1809)
* first draft * add robx iou * add benchmark for ppyoloe_r * remove trash code * fix bugs * add pybind nms rotated option * add missing head file * fix bug * fix bug2 * fix shape bug --------- Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
This commit is contained in:
@@ -50,6 +50,7 @@ typedef struct FD_C_OneDimMask {
|
||||
|
||||
typedef struct FD_C_DetectionResult {
|
||||
FD_C_TwoDimArrayFloat boxes;
|
||||
FD_C_TwoDimArrayFloat rotated_boxes;
|
||||
FD_C_OneDimArrayFloat scores;
|
||||
FD_C_OneDimArrayInt32 label_ids;
|
||||
FD_C_OneDimMask masks;
|
||||
|
Reference in New Issue
Block a user