duan8/yolov8/include
lindsayshuo 21f23ffcea
Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593)
* Add the generation of multi-class pose engines

* Change grids in forwardGpu to one-dimensional arrays

* Update README.md

* Update types.h

keypoints array with dynamic size based on kNumberOfPoints

* yolov8_5u_det(YOLOv5u with the anchor-free, objectness-free split head structure based on YOLOv8 features) model

* update

* fix code style

* yolov8_5u_det model download link

* yolov8_5u_det model download link

* Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm

* fix code style

---------

Co-authored-by: lindsayshuo <lindsayshuo@foxmail.com.com>
2024-10-22 11:37:34 +08:00
..
block.h Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593) 2024-10-22 11:37:34 +08:00
calibrator.h yolov8 (#1321) 2023-06-30 15:01:55 +08:00
config.h Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593) 2024-10-22 11:37:34 +08:00
cuda_utils.h yolov8 (#1321) 2023-06-30 15:01:55 +08:00
logging.h yolov8 (#1321) 2023-06-30 15:01:55 +08:00
macros.h yolov8 (#1321) 2023-06-30 15:01:55 +08:00
model.h Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593) 2024-10-22 11:37:34 +08:00
postprocess.h Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593) 2024-10-22 11:37:34 +08:00
preprocess.h Move GPU post-processing separately to cuda_postprocess.cu (#1331) 2023-07-18 13:23:56 +08:00
types.h Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593) 2024-10-22 11:37:34 +08:00
utils.h Yolov8 seg (#1381) 2023-10-17 20:59:21 +08:00