Commit Graph

  • 979a0c5701 yolov8 yolov8 haotian 2025-01-08 10:12:55 +0000
  • 2205a55aad yolov8 haotian 2025-01-08 18:06:38 +0800
  • 25960fdb27 first commit master haotian 2025-01-08 17:56:55 +0800
  • 18c9185591
    fix yolo11-seg and yolo11-pose engine cannot run after set batch > 1 (#1607) mpj1234 2024-12-06 11:50:22 +0800
  • 62c16801b4
    Fix multi-batch problem in int8 quantization (#1604) mpj1234 2024-12-05 14:45:24 +0800
  • b34d799da1
    Use the configuration of FP16 by default. (#1601) mpj1234 2024-11-28 14:15:52 +0800
  • 3a40bbc184
    Update README.md Wang Xinyu 2024-10-22 11:44:42 +0800
  • 3f76507a9f
    Update README.md Wang Xinyu 2024-10-22 11:44:25 +0800
  • 21f23ffcea
    Distinguish the numclass of pose and obb in config. h and add the Oriented Bounding Boxes (OBB) Estimation algorithm (#1593) lindsayshuo 2024-10-22 11:37:34 +0800
  • 0f75fd75f8
    Update of instructions for using custom models in Yolov8 [README.md] (#1590) felipemasuda 2024-10-21 01:48:45 -0300
  • 4ce6f20693
    add gen_wts (#1591) mpj1234 2024-10-18 15:52:21 +0800
  • 00e5b93c9d
    Update README.md Wang Xinyu 2024-10-18 11:42:43 +0800
  • 2050e3a061
    [Refactor] Improve docker image build process and add some details (#1586) zgjja 2024-10-18 10:57:55 +0800
  • 79b02cbd24
    Update readme.md Wang Xinyu 2024-10-11 17:02:50 +0800
  • 563a5ff8ff
    Update readme.md Wang Xinyu 2024-10-11 16:35:08 +0800
  • 0676a97bed
    Update README.md Wang Xinyu 2024-10-11 16:31:59 +0800
  • 4f79443dd2
    Add the support of YOLO11' s det/cls/seg/pose in TensorRT8. (#1584) mpj1234 2024-10-11 16:25:07 +0800
  • ac29dbb814
    Update README.md Wang Xinyu 2024-10-09 18:51:19 +0800
  • b671024a27
    Add Ghostnet && Fix object destruction order in APIToModel function to avoid undefined behavior (#1581) Phoenix 2024-10-09 18:48:03 +0800
  • dddc379143
    yolov8_5u_det(YOLOv5u with the anchor-free, objectness-free split head structure based on YOLOv8 features) model (#1577) lindsayshuo 2024-09-23 13:19:36 +0800
  • e2545131df
    keypoints array with dynamic size based on kNumberOfPoints (#1570) lindsayshuo 2024-08-28 17:28:13 +0800
  • d5230129c8
    Update README.md Wang Xinyu 2024-08-21 15:03:30 +0800
  • 56ea9d944a
    add new real-esrgan model real-esrgan-general-x4v3 (#1566) Lemonon 2024-08-21 11:38:52 +0800
  • a6ef9e3da4
    Update README.md Wang Xinyu 2024-07-29 16:36:10 +0800
  • 17d61f4b6e
    TensorRT8 support for YOLOv10 (#1561) mpj1234 2024-07-29 16:16:09 +0800
  • b4203e377e
    Update pre-commit.yml Wang Xinyu 2024-07-11 12:59:47 +0800
  • b0be525f9b
    Update README.md Wang Xinyu 2024-07-03 16:36:49 +0800
  • ed052a93dc
    Update yolov8_seg.cpp for 'get_downscale_rect' to fix empty mask issue. (#1549) KRG 2024-07-03 09:57:24 +0800
  • fd2fab22f9
    Update README.md Wang Xinyu 2024-06-21 15:47:58 +0800
  • e065c7508d
    yolov9 t s m (#1541) WuxinrongY 2024-06-21 15:44:24 +0800
  • cc725017a4
    repaire python infer code (#1526) lindsayshuo 2024-05-15 10:13:54 +0800
  • 5cb97ff017
    Change grids in forwardGpu to one-dimensional arrays and fix p2 model download link (#1524) lindsayshuo 2024-05-14 13:48:38 +0800
  • e555c9f93e
    Solving the issue of out of bounds caused by detection boxes less than 0 when filling colors in segmentation masks (#1516) lindsayshuo 2024-05-09 16:35:14 +0800
  • f201451f85
    Modify get_rect_adapt_landmark to adaptively decode any number of key points abd repair gen_wts.py (#1514) lindsayshuo 2024-05-07 19:13:15 +0800
  • f2e8b2bc62
    Add the generation of multi-class pose engines (#1512) lindsayshuo 2024-05-06 11:19:08 +0800
  • 37633b4529
    pose int8 images path and fix pose p6 (#1507) lindsayshuo 2024-04-29 14:30:27 +0800
  • ae38073988
    Update README.md Wang Xinyu 2024-04-29 11:37:03 +0800
  • 812dc0bb6e
    add quantization folder path (#1503) ChangjunDAI 2024-04-29 11:30:28 +0800
  • 88f50ab7e6
    yolov8_pose_trt.py (#1504) lindsayshuo 2024-04-29 11:23:29 +0800
  • e97add4757
    Update README.md Wang Xinyu 2024-04-28 14:58:44 +0800
  • af955ed886
    yolov8 pose (#1502) lindsayshuo 2024-04-28 14:55:26 +0800
  • 47baebce60
    Update README.md Wang Xinyu 2024-04-23 19:42:41 +0800
  • bfe13faac7
    set default FP16 and update GELAN (#1494) WuxinrongY 2024-04-23 18:39:10 +0800
  • d033a63f07
    fix strides (#1492) lindsayshuo 2024-04-23 10:22:29 +0800
  • d1a184ffca
    Update README.md Wang Xinyu 2024-04-22 13:42:25 +0800
  • b3814e13de
    Update README.md Wang Xinyu 2024-04-22 13:41:03 +0800
  • d4aa52db68
    Rename readme.md to README.md Wang Xinyu 2024-04-22 13:27:06 +0800
  • 739c5a4061 update readme wang-xinyu 2024-04-22 13:24:16 +0800
  • 8bc47d8b06
    add an anomaly detection network efficient_ad (#1490) B1SH0PP 2024-04-22 11:36:12 +0800
  • 417f6faf0f
    Update README.md Wang Xinyu 2024-04-18 10:23:49 +0800
  • 20f46afd9d
    yolov8 p2 (#1487) lindsayshuo 2024-04-18 10:21:53 +0800
  • c889b84df2
    Fix issue 1405 for yolov7 (#1484) Zhang-Wen-chao 2024-04-10 18:26:05 +0800
  • 62050de3e7
    yolov8 detection p6 (#1479) lindsayshuo 2024-04-01 10:39:14 +0800
  • c86d808e52
    add python flake8 check (#1470) Wang Xinyu 2024-03-27 13:22:16 +0800
  • 64297a268e
    Fixed a bug with inconsistent inference results (#1468) stbidtf 2024-03-26 19:38:22 +0800
  • 551be9d939
    update gen_wts.py (#1467) WuxinrongY 2024-03-26 13:30:00 +0800
  • f12bbe0359
    fix code style (#1460) Wang Xinyu 2024-03-20 11:36:16 +0800
  • d3e427f73c
    Update pre-commit.yml Wang Xinyu 2024-03-20 11:27:18 +0800
  • a5f84f6103
    pre-commit check and contribution doc (#1459) Wang Xinyu 2024-03-20 11:13:45 +0800
  • 1125a64d80
    Update pre-commit.yml Wang Xinyu 2024-03-19 20:54:34 +0800
  • 0752da558c
    Update pre-commit.yml Wang Xinyu 2024-03-19 19:49:32 +0800
  • 3fe9df9fa2
    Create pre-commit.yml Wang Xinyu 2024-03-19 19:31:52 +0800
  • f768d67fbc add pre-commit action wang-xinyu 2024-03-19 19:09:02 +0800
  • f159a101bd add pre-commit wang-xinyu 2024-03-19 18:51:27 +0800
  • e4da5a8367
    detr添加对trt8的支持 (#1457) Rex 2024-03-18 11:38:38 +0800
  • c1b5cfdf2d
    Update yolov8_cls_trt.py (#1455) lindsayshuo 2024-03-14 13:53:42 +0800
  • 5d7896913c update readme wang-xinyu 2024-03-12 18:42:23 +0800
  • 01191f5e61
    yolov8 cls (#1453) lindsayshuo 2024-03-12 17:53:07 +0800
  • 04d3a931f5
    Update README.md Wang Xinyu 2024-03-11 13:01:58 +0800
  • e73bffcd25
    tensorrt-yolov9 (#1449) WuxinrongY 2024-03-11 12:58:47 +0800
  • e585b15c36
    Update README.md Wang Xinyu 2024-03-07 19:06:42 +0800
  • aa64535e1d
    add csrnet (#1450) AadeIT 2024-03-07 19:00:37 +0800
  • eec1ff9e96
    Update README.md Wang Xinyu 2024-03-06 18:40:29 +0800
  • ec64a80b4b
    Yolov7-Changed eps value (#1444) AMIYA MAITY 2024-03-06 16:08:59 +0530
  • 4dae28be20
    fix the problem of destroying a builder object (#1443) spacewalk01 2024-02-28 17:48:11 +0900
  • 432a6729a7
    YOLOv7 kNumAnchor correction (#1435) Mehmet Onurcan KAYA 2024-01-26 08:21:30 +0300
  • 5336af0551 yolov8: fix destroy order wang-xinyu 2024-01-23 10:19:39 +0800
  • ad2c7a14d0
    kNumAnchor correction (#1429) Mehmet Onurcan KAYA 2024-01-16 09:49:27 +0300
  • 2df7dd7f91
    Update postprocess.cu Wang Xinyu 2023-11-14 18:36:17 +0800
  • f39f2c1433
    Update yolov8_det_trt.py Wang Xinyu 2023-11-03 16:18:36 +0800
  • 06d3a40a78
    Update README.md Wang Xinyu 2023-11-02 09:50:45 +0800
  • 1d3862d99c
    Fix cuda post processing (#1395) lindsayshuo 2023-11-01 15:00:13 +0800
  • 2fafde1af6
    Fix the issue of int8 quantization compilation errors in YOLOv8 (#1393) lindsayshuo 2023-10-30 15:26:53 +0800
  • 120121891d
    modify yolov8 cpu postprocess iou (#1390) emptysoal 2023-10-30 15:15:21 +0800
  • c997e35710
    yolov8n (#1387) Rex 2023-10-23 10:56:10 +0800
  • 6a267e0413
    Update README.md Wang Xinyu 2023-10-17 21:04:00 +0800
  • 9a53b7f226
    Yolov8 seg (#1381) Rex 2023-10-17 20:59:21 +0800
  • 7b95f981f6
    Change resize to letterbox to keep model pre-processing consistent (#1371) Charles_Huan 2023-10-11 15:05:01 +0800
  • 3271725dd4
    Update README.md Wang Xinyu 2023-09-27 18:40:38 +0800
  • 67b5b7a9ea
    Update model.cpp (#1369) Charles_Huan 2023-09-27 18:37:55 +0800
  • eef6c5a711
    fix builder->destroy() error in TRT8.6 (#1368) 何恺悦 2023-09-27 18:30:17 +0800
  • 12c19acce8
    retinafaceAntiCov tensorrt8 (#1366) lindsayshuo 2023-09-27 18:29:18 +0800
  • 24811e0520
    Fix network issues with yolov8n (#1365) lindsayshuo 2023-09-22 17:31:20 +0800
  • 3cbb7cd257
    Fix abnormal network structure issues in Yolov8n and add inference function for multiple batches (#1338) lindsayshuo 2023-07-21 14:30:11 +0800
  • ae3bd5e6b2
    Move GPU post-processing separately to cuda_postprocess.cu (#1331) lindsayshuo 2023-07-18 13:23:56 +0800
  • e9a972e332 add symlink wang-xinyu 2023-07-14 17:04:08 +0800
  • 70d0adc9ec
    Yolov8 adds cuda post-processing function (#1326) lindsayshuo 2023-07-13 13:13:56 +0800
  • bc4f854dc3
    Add an engine export that can customize category models (#1322) lindsayshuo 2023-07-05 10:37:09 +0800
  • 30ea76e395
    Update README.md (#1298) Prince Patel 2023-07-03 07:54:03 +0530
  • 4c9ef43ba1
    Update README.md Wang Xinyu 2023-07-03 10:11:40 +0800